Skip to content

Commit f800dc0

Browse files
committed
fix(xai): use public plugin test runtime (#84005) (thanks @fuller-stack-dev)
1 parent 2693a99 commit f800dc0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

extensions/xai/xai-oauth.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import type { ProviderAuthContext } from "openclaw/plugin-sdk/plugin-entry";
2+
import {
3+
createRuntimeEnv,
4+
createTestWizardPrompter,
5+
} from "openclaw/plugin-sdk/plugin-test-runtime";
26
import type { OAuthCredential } from "openclaw/plugin-sdk/provider-auth";
3-
import { createRuntimeEnv, createTestWizardPrompter } from "openclaw/plugin-sdk/testing";
47
import { afterEach, describe, expect, it, vi } from "vitest";
58
import {
69
buildXaiOAuthAuthorizationCodeTokenBody,

0 commit comments

Comments
 (0)