From e1bbe3e8bc1e1215d50ab199964129f21f4a3360 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 25 Sep 2023 14:28:47 +0200 Subject: [PATCH] Fix TestClientedInterceptedPersonService (#475) --- .../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..b946f9baf 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 +@IvyProcessTest(enableWebServer = true) public class TestClientedInterceptedPersonService { @Test