Skip to content
Snippets Groups Projects
Commit a24d3db4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6944 fix AntragraumITCase

parent d3339e1b
Branches
No related tags found
No related merge requests found
...@@ -473,7 +473,7 @@ class AntragraumITCase { ...@@ -473,7 +473,7 @@ class AntragraumITCase {
when(decrypter.decryptPostfachId(any())).thenReturn(PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE); when(decrypter.decryptPostfachId(any())).thenReturn(PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE);
var request = GrpcGetAttachmentContentRequest.newBuilder() var request = GrpcGetAttachmentContentRequest.newBuilder()
.setSamlToken(SAML_TOKEN) .setSamlToken(SAML_TOKEN)
.setNachrichtId(vorgangAttachedItem.getId()) .setNachrichtId(vorgangAttachedItemDifferentAttachment.getId())
.setFileId(fileId) .setFileId(fileId)
.build(); .build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment