Skip to content
Snippets Groups Projects
Commit d35477a9 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 8a32faf9
No related branches found
No related tags found
1 merge request!10KOP-2964 umstellen von WebClient auf RestClient und entfernen von...
Pipeline #1591 passed
...@@ -63,7 +63,6 @@ public class OsiPostfachRemoteServiceRemoteITCase { ...@@ -63,7 +63,6 @@ public class OsiPostfachRemoteServiceRemoteITCase {
throw new IllegalArgumentException("Proxy host and port not found in '%s'".formatted(text)); throw new IllegalArgumentException("Proxy host and port not found in '%s'".formatted(text));
} }
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("send message") @DisplayName("send message")
@Nested @Nested
class TestSendMessage { class TestSendMessage {
...@@ -76,7 +75,6 @@ public class OsiPostfachRemoteServiceRemoteITCase { ...@@ -76,7 +75,6 @@ public class OsiPostfachRemoteServiceRemoteITCase {
} }
} }
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("receive all messages") @DisplayName("receive all messages")
@Nested @Nested
class TestReceiveAllMessages{ class TestReceiveAllMessages{
...@@ -89,7 +87,6 @@ public class OsiPostfachRemoteServiceRemoteITCase { ...@@ -89,7 +87,6 @@ public class OsiPostfachRemoteServiceRemoteITCase {
} }
} }
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("delete message") @DisplayName("delete message")
@Nested @Nested
class TestDeleteMessageById{ class TestDeleteMessageById{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment