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`.", ); }); });