From ead8928c39018b08fad5a173243df37519f8c2ae Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Fri, 10 Oct 2025 15:17:32 -0700 Subject: [PATCH] Deflake test. (#10932) --- integration-tests/json-output.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/json-output.test.ts b/integration-tests/json-output.test.ts index 2a89e7de8a..70d2955536 100644 --- a/integration-tests/json-output.test.ts +++ b/integration-tests/json-output.test.ts @@ -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