diff --git a/extensions/deepgram/audio.test.ts b/extensions/deepgram/audio.test.ts index d97777b336a..d87da1f2aa7 100644 --- a/extensions/deepgram/audio.test.ts +++ b/extensions/deepgram/audio.test.ts @@ -1,9 +1,9 @@ +import { describe, expect, it } from "vitest"; import { createAuthCaptureJsonFetch, createRequestCaptureJsonFetch, installPinnedHostnameTestHooks, -} from "openclaw/plugin-sdk/testing"; -import { describe, expect, it } from "vitest"; +} from "../../src/media-understanding/audio.test-helpers.ts"; import { transcribeDeepgramAudio } from "./audio.js"; installPinnedHostnameTestHooks();