mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
Deflake test. (#10932)
This commit is contained in:
committed by
GitHub
parent
265d39f337
commit
ead8928c39
@@ -103,7 +103,7 @@ describe('JSON output', () => {
|
|||||||
|
|
||||||
// The model should acknowledge the error in its response
|
// The model should acknowledge the error in its response
|
||||||
expect(parsed.response.toLowerCase()).toMatch(
|
expect(parsed.response.toLowerCase()).toMatch(
|
||||||
/cannot|does not exist|not found|unable to|error|couldn't/,
|
/cannot|does not exist|doesn't exist|not found|unable to|error|couldn't/,
|
||||||
);
|
);
|
||||||
|
|
||||||
// Stats should be present, indicating the session completed normally
|
// Stats should be present, indicating the session completed normally
|
||||||
|
|||||||
Reference in New Issue
Block a user