From faaa1950919fd013c536f4bac60b104a6be5e05d Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 25 Mar 2026 20:45:10 +0000 Subject: [PATCH] [wrangler] fix R2 e2e snapshot for data catalog confirmation prompt Update the 'batch create objects' e2e test snapshot to include the new confirmation prompt added in #12852 for operations that could affect R2 data catalog state. --- packages/wrangler/e2e/r2.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/wrangler/e2e/r2.test.ts b/packages/wrangler/e2e/r2.test.ts index 6cf0b13034..5c9255a03e 100644 --- a/packages/wrangler/e2e/r2.test.ts +++ b/packages/wrangler/e2e/r2.test.ts @@ -63,6 +63,8 @@ describe.skipIf(!CLOUDFLARE_ACCOUNT_ID)("r2", () => { expect(normalize(output.stdout)).toMatchInlineSnapshot(` "Resource location: remote Starting bulk upload of 2 objects to bucket tmp-e2e-r2-00000000-0000-0000-0000-000000000000 using a concurrency of 20 + ? Bulk upload may overwrite existing objects. If this bucket has data catalog enabled, this operation could leave the catalog in an invalid state. Continue? + 🤖 Using fallback value in non-interactive context: yes Uploaded 100% (2 out of 2)" `); });