Deflake test. (#10932)

This commit is contained in:
Tommaso Sciortino
2025-10-10 15:17:32 -07:00
committed by GitHub
parent 265d39f337
commit ead8928c39

View File

@@ -103,7 +103,7 @@ describe('JSON output', () => {
// The model should acknowledge the error in its response
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