[wrangler] Fix R2 e2e snapshot for data catalog confirmation prompt#13059
[wrangler] Fix R2 e2e snapshot for data catalog confirmation prompt#13059petebacondarwin merged 1 commit intomainfrom
Conversation
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.
|
|
Codeowners approval required for this PR:
Show detailed file reviewers |
|
The change is straightforward and correct. The snapshot adds two lines that match the expected output from the confirmation prompt introduced in PR #12852: the prompt question and the non-interactive fallback message. This is consistent with the same prompt text used in unit tests ( LGTM |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
Fixes the R2 e2e test broken by #12852.
#12852 added a confirmation prompt to
r2 bulk putfor operations that could affect data catalog state. In non-interactive contexts (like e2e tests), this prompt auto-confirms with a fallback "yes". Thebatch create objectse2e test snapshot was not updated to include this new output, causing the test to fail.This updates the inline snapshot to expect the new confirmation prompt lines.