Skip to content

Commit

Permalink
Fixup client tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 6, 2024
1 parent 853fb92 commit 11eaa3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/src/components/Workflow/test/json/invocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"input_step_parameters": {},
"outputs": {},
"output_collections": {},
"output_values": {}
"output_values": {},
"messages": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 11eaa3f

Please sign in to comment.