Skip to content

Commit

Permalink
remove (enableWebServer = true)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy committed Aug 23, 2024
1 parent fd45e95 commit 3223975
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest(enableWebServer = true)
@IvyProcessTest
public class AddOppServiceAPITest extends BaseTest {
private static final BpmProcess ADDOPPSERVICE_PROCESS = BpmProcess.path("AddOppService");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;
import ch.ivyteam.ivy.environment.AppFixture;

@IvyProcessTest(enableWebServer = true)
@IvyProcessTest
public class BaseTest {
@BeforeEach
void beforeEach(AppFixture fixture) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest(enableWebServer = true)
@IvyProcessTest
public class DeleteOppServiceAPITest extends BaseTest {
private static final BpmProcess DELETEOPPSERVICE_PROCESS = BpmProcess.path("DeleteOppService");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest(enableWebServer = true)
@IvyProcessTest
public class GetAccServiceAPITest extends BaseTest {
private static final BpmProcess GETACCSERVICE_PROCESS = BpmProcess.path("GetAccService");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest(enableWebServer = true)
@IvyProcessTest
public class GetOppServiceAPITest extends BaseTest {
private static final BpmProcess GETOPPSERVICE_PROCESS = BpmProcess.path("GetOppService");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest(enableWebServer = true)
@IvyProcessTest
public class QueryServiceAPITest extends BaseTest {
private static final BpmProcess QUERYSERVICE_PROCESS = BpmProcess.path("QueryService");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess;
import ch.ivyteam.ivy.bpm.exec.client.IvyProcessTest;

@IvyProcessTest(enableWebServer = true)
@IvyProcessTest
public class UpdateOppServiceAPITest extends BaseTest {
private static final BpmProcess UPPDATEOPPSERVICE_PROCESS = BpmProcess.path("UpdateOppService");

Expand Down

0 comments on commit 3223975

Please sign in to comment.