Skip to content
Snippets Groups Projects
Commit 8075f162 authored by Jörg Bolay's avatar Jörg Bolay
Browse files

KOP-2964 umstellen von WebClient auf RestClient und entfernen von...

KOP-2964 umstellen von WebClient auf RestClient und entfernen von Bindestrichen aus Spring Properties
parent da113be3
Branches
Tags
1 merge request!10KOP-2964 umstellen von WebClient auf RestClient und entfernen von...
Pipeline #1582 failed
......@@ -76,7 +76,7 @@ public class OsiPostfachRemoteServiceITCase {
postfachFacadeMockClient = OSI_MOCK_SERVER_EXTENSION.getPostfachFacadeMockClient();
}
// @Disabled
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("should send dummy request with jwt")
@Test
@SneakyThrows
......@@ -103,7 +103,6 @@ public class OsiPostfachRemoteServiceITCase {
ObjectMapper objectMapper = new ObjectMapper().registerModule(new JavaTimeModule());
// @Disabled
@DisplayName("should receive one messages")
@Test
@SneakyThrows
......@@ -120,7 +119,7 @@ public class OsiPostfachRemoteServiceITCase {
assertThat(messageList).size().isEqualTo(1);
}
// @Disabled
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("should receive two messages")
@Test
@SneakyThrows
......@@ -170,7 +169,7 @@ public class OsiPostfachRemoteServiceITCase {
createMessagesCall("getMessage", messageJson);
}
// @Disabled
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("should delete message")
@Test
@SneakyThrows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment