Skip to content

Commit

Permalink
test: fix up ai fixture test to match new workerd behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 14, 2024
1 parent f30d615 commit c86c530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/ai-app/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe("'wrangler dev' correctly renders pages", () => {
const response = await fetch(`http://${ip}:${port}/`);
const content = await response.json();
expect((content as Record<string, object>).binding).toEqual({
aiGatewayLogId: null,
fetcher: {},
lastRequestId: null,
logs: [],
Expand Down

0 comments on commit c86c530

Please sign in to comment.