From aabc93bfc825f53c4e726f5689fa1012b32b0041 Mon Sep 17 00:00:00 2001 From: Mariano Belinky Date: Wed, 8 Apr 2026 17:48:05 +0200 Subject: [PATCH] Tests: trust stored doctor provider --- src/commands/doctor-auth.hints.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/doctor-auth.hints.test.ts b/src/commands/doctor-auth.hints.test.ts index 1ec9969fe3e..71c4429a401 100644 --- a/src/commands/doctor-auth.hints.test.ts +++ b/src/commands/doctor-auth.hints.test.ts @@ -61,7 +61,7 @@ describe("resolveUnusableProfileHint", () => { "OAuth token refresh failed for openai-codex`\nrm -rf /: invalid_grant. Please try again or re-authenticate.", }), ).toBe( - "- openai-codex:default: re-auth required [invalid_grant] — Run `openclaw models auth login`.", + "- openai-codex:default: re-auth required [invalid_grant] — Run `openclaw models auth login --provider openai-codex`.", ); }); });