Update src/plugins/provider-runtime.test-support.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Val Alexander 2026-03-17 06:19:23 -05:00 committed by GitHub
parent b7edfd51b7
commit 386165a771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,8 @@ export function expectCodexMissingAuthHint(
});
expect(message === undefined || message.includes("openai-codex/gpt-5.4")).toBe(true);
// If you expect the message to always be defined for this input, restore the strict assertion:
// expect(message).toContain("openai-codex/gpt-5.4");
}
export function expectCodexBuiltInSuppression(