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
Branches
Tags
1 merge request!10KOP-2964 umstellen von WebClient auf RestClient und entfernen von...
Pipeline #1591 passed
......@@ -63,7 +63,6 @@ public class OsiPostfachRemoteServiceRemoteITCase {
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")
@Nested
class TestSendMessage {
......@@ -76,7 +75,6 @@ public class OsiPostfachRemoteServiceRemoteITCase {
}
}
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("receive all messages")
@Nested
class TestReceiveAllMessages{
......@@ -89,7 +87,6 @@ public class OsiPostfachRemoteServiceRemoteITCase {
}
}
@Disabled //disabled Test because it is running against the real OSI endpoint
@DisplayName("delete message")
@Nested
class TestDeleteMessageById{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment