Skip to content

Commit

Permalink
test: remove unused axios spy
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Dec 18, 2024
1 parent 30cfbb4 commit 6f251b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api.planx.uk/modules/analytics/metabase/shared/client.test.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import axios from "axios";
import {
validateConfig,
createMetabaseClient,
MetabaseError,
} from "./client.js";
import nock from "nock";

const axiosCreateSpy = vi.spyOn(axios, "create");

describe("Metabase client", () => {
beforeEach(() => {
vi.clearAllMocks();
Expand Down

0 comments on commit 6f251b1

Please sign in to comment.