From fa11f47f8a10baa760c62fb1bf228d1537315f6f Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Mon, 14 Oct 2024 15:17:40 +0100 Subject: [PATCH] test: fix up ai fixture test to match new workerd behaviour --- fixtures/ai-app/tests/index.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/fixtures/ai-app/tests/index.test.ts b/fixtures/ai-app/tests/index.test.ts index 94d1eaae7848..7202daf5fabb 100644 --- a/fixtures/ai-app/tests/index.test.ts +++ b/fixtures/ai-app/tests/index.test.ts @@ -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).binding).toEqual({ + aiGatewayLogId: null, fetcher: {}, lastRequestId: null, logs: [],