Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/wrangler/e2e/r2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
`);
});
Expand Down
Loading