diff --git a/src/dispatch/static/dispatch/src/tests/CaseStatusSelectGroup.spec.js b/src/dispatch/static/dispatch/src/tests/CaseStatusSelectGroup.spec.js index 799514eaf994..47ee1f2e0068 100644 --- a/src/dispatch/static/dispatch/src/tests/CaseStatusSelectGroup.spec.js +++ b/src/dispatch/static/dispatch/src/tests/CaseStatusSelectGroup.spec.js @@ -5,7 +5,6 @@ import * as components from "vuetify/components" import * as directives from "vuetify/directives" import { describe, expect, it, vi, afterEach, beforeEach } from "vitest" import CaseStatusSelectGroup from "@/case/CaseStatusSelectGroup.vue" -import CaseApi from "@/case/api" const vuetify = createVuetify({ components, @@ -43,9 +42,6 @@ describe("CaseStatusSelectGroup", () => { }, }) - // Mock the API - mockUpdate = vi.spyOn(CaseApi, "update").mockImplementation(() => Promise.resolve()) - // Mount the component wrapper = mount(CaseStatusSelectGroup, { props: {