style: format probe regression test (openclaw#39820) thanks @lupuletic

This commit is contained in:
Darshil 2026-03-13 00:21:10 -07:00 committed by Darshil
parent e403ed6546
commit 105dcd69e7
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ import os from "node:os";
import path from "node:path";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import type { OpenClawConfig } from "../config/config.js";
import type { AuthProfileStore } from "./auth-profiles.js";
import { registerLogTransport, resetLogger, setLoggerOverride } from "../logging/logger.js";
import type { AuthProfileStore } from "./auth-profiles.js";
import { makeModelFallbackCfg } from "./test-helpers/model-fallback-config-fixture.js";
// Mock auth-profiles module — must be before importing model-fallback