diff --git a/bonita-integration-tests/bonita-integration-tests-local/src/test/java/org/bonitasoft/engine/test/BPMLocalIT.java b/bonita-integration-tests/bonita-integration-tests-local/src/test/java/org/bonitasoft/engine/test/BPMLocalIT.java index ee8c94fd96..6392753eca 100644 --- a/bonita-integration-tests/bonita-integration-tests-local/src/test/java/org/bonitasoft/engine/test/BPMLocalIT.java +++ b/bonita-integration-tests/bonita-integration-tests-local/src/test/java/org/bonitasoft/engine/test/BPMLocalIT.java @@ -551,7 +551,7 @@ public void should_warn_when_setting_remote_connection_with_local_engine() throw @Test public void timerBoundaryEvent_should_not_trigger_and_be_deleted_at_flownode_execution() throws Exception { final int timerDuration = 10000;//long enough not to trigger - SchedulerService schedulerService = getTenantAccessor().getSchedulerService(); + SchedulerService schedulerService = getServiceAccessor().getSchedulerService(); final ProcessDefinitionBuilder processDefinitionBuilder = new ProcessDefinitionBuilder() .createNewInstance("pTimerBoundary", "2.0");