mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 18:10:22 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user