test(deepgram): use direct audio test helpers

This commit is contained in:
Vincent Koc 2026-04-03 21:32:04 +09:00
parent e4cc8cd975
commit 0a61138e77
1 changed files with 2 additions and 2 deletions

View File

@ -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();