19075: When constructing a workflow request, set use_existing=false
[arvados-workbench2.git] / src / store / run-process-panel / run-process-panel-actions.test.ts
index e9191293408ff0e291860cdd9aab0de8b50582d7..745be88fb5f66a1c6d0c9d1a3f13f047b841b50e 100644 (file)
@@ -8,7 +8,7 @@ jest.mock("../navigation/navigation-action", () => ({
     navigateTo: (link: any) => link,
 }));
 
-jest.mock("~/models/process", () => ({
+jest.mock("models/process", () => ({
     createWorkflowMounts: jest.fn(),
 }));
 
@@ -131,6 +131,7 @@ describe("run-process-panel-actions", () => {
                 },
                 schedulingParameters: { max_run_time: undefined },
                 state: "Committed",
+                useExisting: false
             });
 
             // and