Skip to content

Commit

Permalink
fix ai tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen committed Jan 3, 2025
1 parent 99df428 commit 2fc3e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixtures/ai-app/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ describe("'wrangler dev' correctly renders pages", () => {
expect((content as Record<string, object>).binding).toEqual({
aiGatewayLogId: null,
fetcher: {},
lastRequestHttpStatusCode: null,
lastRequestId: null,
lastRequestInternalStatusCode: null,
logs: [],
options: {},
});
Expand Down

0 comments on commit 2fc3e13

Please sign in to comment.