From 1b387cad5d1669a30ab8ac5cd87b8a46106f0ac9 Mon Sep 17 00:00:00 2001 From: joshavant <830519+joshavant@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:40:08 -0500 Subject: [PATCH] test(models): align full catalog worker fixtures --- src/gateway/server-methods/chat-metadata-runtime.test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gateway/server-methods/chat-metadata-runtime.test.ts b/src/gateway/server-methods/chat-metadata-runtime.test.ts index cb24a2807041..5dd514c0c9f1 100644 --- a/src/gateway/server-methods/chat-metadata-runtime.test.ts +++ b/src/gateway/server-methods/chat-metadata-runtime.test.ts @@ -7,10 +7,7 @@ import { } from "../../agents/agent-auth-credentials.js"; import type { AuthProfileStore } from "../../agents/auth-profiles.js"; import type { ModelCatalogEntry } from "../../agents/model-catalog.types.js"; -import { - getPreparedModelRuntimeAuthStore, - setPreparedModelRuntimeAuthStore, -} from "../../agents/prepared-model-runtime-auth.js"; +import { setPreparedModelRuntimeAuthStore } from "../../agents/prepared-model-runtime-auth.js"; import type { PreparedModelRuntimeSnapshot } from "../../agents/prepared-model-runtime.js"; import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { withOpenClawTestState } from "../../test-utils/openclaw-test-state.js";