diff --git a/test-harness/src/test/java/com/netflix/conductor/tests/integration/WorkflowServiceTest.java b/test-harness/src/test/java/com/netflix/conductor/tests/integration/WorkflowServiceTest.java index a2092797b6..d76a4420c3 100644 --- a/test-harness/src/test/java/com/netflix/conductor/tests/integration/WorkflowServiceTest.java +++ b/test-harness/src/test/java/com/netflix/conductor/tests/integration/WorkflowServiceTest.java @@ -1142,7 +1142,7 @@ public void testLongRunning() throws Exception { String inputParam1 = "p1 value"; input.put("param1", inputParam1); input.put("param2", "p2 value"); - String wfid = provider.startWorkflow(LINEAR_WORKFLOW_T1_T2, 1, correlationId , input); + String wfid = provider.startWorkflow(LONG_RUNNING, 1, correlationId , input); System.out.println("testLongRunning.wfid=" + wfid); assertNotNull(wfid);