Skip to content
Snippets Groups Projects
Commit 1315be52 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4095 config: Disable osi2.enable by default for `stage`

parent 05642db4
No related branches found
No related tags found
2 merge requests!9Draft: Ozg 4094 wiremock ausprobieren,!7Ozg-4094 Konfiguration für nachrichten-manager
Pipeline #1557 passed
...@@ -38,7 +38,7 @@ import de.ozgcloud.nachrichten.postfach.osiv2.gen.model.MessageExchangeReceiveMe ...@@ -38,7 +38,7 @@ import de.ozgcloud.nachrichten.postfach.osiv2.gen.model.MessageExchangeReceiveMe
import lombok.SneakyThrows; import lombok.SneakyThrows;
@SpringBootTest(classes = TestApplication.class) @SpringBootTest(classes = TestApplication.class)
@ActiveProfiles({"itcase", "stage"}) @ActiveProfiles({"stage", "itcase"})
@TestPropertySource(properties = { @TestPropertySource(properties = {
"ozgcloud.osiv2-postfach.http-proxy.enabled=false", "ozgcloud.osiv2-postfach.http-proxy.enabled=false",
}) })
......
...@@ -23,7 +23,7 @@ import de.ozgcloud.nachrichten.postfach.osiv2.factory.PostfachAddressTestFactory ...@@ -23,7 +23,7 @@ import de.ozgcloud.nachrichten.postfach.osiv2.factory.PostfachAddressTestFactory
import de.ozgcloud.nachrichten.postfach.osiv2.factory.PostfachNachrichtTestFactory; import de.ozgcloud.nachrichten.postfach.osiv2.factory.PostfachNachrichtTestFactory;
@SpringBootTest(classes = TestApplication.class) @SpringBootTest(classes = TestApplication.class)
@ActiveProfiles({ "local", "stage" }) @ActiveProfiles({ "stage", "local" })
@EnabledIfEnvironmentVariable(named = "SH_STAGE_CLIENT_SECRET", matches = ".+") @EnabledIfEnvironmentVariable(named = "SH_STAGE_CLIENT_SECRET", matches = ".+")
public class OsiPostfachRemoteServiceRemoteITCase { public class OsiPostfachRemoteServiceRemoteITCase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment