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

OZG-6858 move test block to GIVEN

parent 93e5d364
Branches
Tags
No related merge requests found
......@@ -213,11 +213,11 @@ class AntragraumITCase {
@Test
void shouldReturnOnMatchingPostfachId() {
when(decrypter.decryptPostfachId(any())).thenReturn(PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE);
var request = GrpcGetRueckfrageRequestTestFactory.createBuilder()
.setId(vorgangAttachedItem.getId())
.setSamlToken(TestUtils.loadTextFile("SamlResponse.xml"))
.build();
grpcService.getRueckfrage(request, responseObserver);
verify(responseObserver, timeout(30000)).onNext(captor.capture());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment