Skip to content

Commit

Permalink
Add enableWebServer for Ivy Process Test
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy committed Jul 30, 2024
1 parent b64178b commit adf143c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Rest Service functionality is mocked out here: {@link AlfrescoMock}
*/
@IvyProcessTest
@IvyProcessTest(enableWebServer = true)
public class TestAlfrescoECM {

private static final BpmProcess CALL_READ_DOCUMENTS = BpmProcess.name("readDocuments");
Expand Down

0 comments on commit adf143c

Please sign in to comment.