Skip to content

Commit 2fc3e13

Browse files
committedJan 3, 2025
fix ai tests
1 parent 99df428 commit 2fc3e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎fixtures/ai-app/tests/index.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ describe("'wrangler dev' correctly renders pages", () => {
3333
expect((content as Record<string, object>).binding).toEqual({
3434
aiGatewayLogId: null,
3535
fetcher: {},
36+
lastRequestHttpStatusCode: null,
3637
lastRequestId: null,
38+
lastRequestInternalStatusCode: null,
3739
logs: [],
3840
options: {},
3941
});

0 commit comments

Comments
 (0)