From 16813bc1cd3c9200ee3afcdcd34fb64bc6e1a8e0 Mon Sep 17 00:00:00 2001 From: Christian Strebel Date: Mon, 25 Sep 2023 14:09:41 +0200 Subject: [PATCH] Fix TestClientedInterceptedPersonService --- .../src_test/soap/bpm/TestClientedInterceptedPersonService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/connectivity-demos-test/src_test/soap/bpm/TestClientedInterceptedPersonService.java b/connectivity/connectivity-demos-test/src_test/soap/bpm/TestClientedInterceptedPersonService.java index 8ee4f7756..43c4430b1 100644 --- a/connectivity/connectivity-demos-test/src_test/soap/bpm/TestClientedInterceptedPersonService.java +++ b/connectivity/connectivity-demos-test/src_test/soap/bpm/TestClientedInterceptedPersonService.java @@ -7,7 +7,7 @@ import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest; import ch.ivyteam.ivy.security.ISession; -@IvyProcessTest +@IvyProcessTes(enableWebServer = true) public class TestClientedInterceptedPersonService { @Test