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

OZG-6944 fix AntragraumITCase

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