From 11eaa3feabde9ec370fab8b820c75bfe28c4c262 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 6 Mar 2024 10:31:58 -0500 Subject: [PATCH] Fixup client tests? --- client/src/components/Workflow/test/json/invocation.json | 3 ++- .../WorkflowInvocationState/WorkflowInvocationState.test.ts | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Workflow/test/json/invocation.json b/client/src/components/Workflow/test/json/invocation.json index d417f6ce475e..5cfb53fc9df4 100644 --- a/client/src/components/Workflow/test/json/invocation.json +++ b/client/src/components/Workflow/test/json/invocation.json @@ -33,5 +33,6 @@ "input_step_parameters": {}, "outputs": {}, "output_collections": {}, - "output_values": {} + "output_values": {}, + "messages": [] } \ No newline at end of file diff --git a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.test.ts b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.test.ts index c61108f4a5f6..71e84192d584 100644 --- a/client/src/components/WorkflowInvocationState/WorkflowInvocationState.test.ts +++ b/client/src/components/WorkflowInvocationState/WorkflowInvocationState.test.ts @@ -5,7 +5,6 @@ import { setActivePinia } from "pinia"; import { getLocalVue } from "tests/jest/helpers"; import type { WorkflowInvocation } from "@/api/invocations"; -import JOB_STATES_MODEL from "@/utils/job-states-model"; import invocationData from "../Workflow/test/json/invocation.json";