test(models): align full catalog worker fixtures

This commit is contained in:
joshavant
2026-08-12 15:40:08 -05:00
parent f7db53c855
commit 1b387cad5d
@@ -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";