mirror of https://github.com/openclaw/openclaw.git
test(deepgram): use direct audio test helpers
This commit is contained in:
parent
e4cc8cd975
commit
0a61138e77
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue