Skip to content

Commit

Permalink
fix(wrangler): fix failing versions e2e tests
Browse files Browse the repository at this point in the history
Fixes versions e2e tests that started failing
after we merged ##6118
  • Loading branch information
CarmenPopoviciu committed Jun 21, 2024
1 parent 05ed869 commit 4328f75
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/wrangler/e2e/versions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,7 @@ describe("versions deploy", () => {
? Are you sure you want to deploy this Worker Version to 100% of traffic?
🤖 Using fallback value in non-interactive context: yes
├ Performing rollback
Performing rollback...
╰ SUCCESS Worker Version 00000000-0000-0000-0000-000000000000 has been deployed to 100% of traffic."
`);
Expand Down Expand Up @@ -442,9 +440,7 @@ describe("versions deploy", () => {
? Are you sure you want to deploy this Worker Version to 100% of traffic?
🤖 Using fallback value in non-interactive context: yes
├ Performing rollback
Performing rollback...
╰ SUCCESS Worker Version 00000000-0000-0000-0000-000000000000 has been deployed to 100% of traffic."
`);
Expand Down

0 comments on commit 4328f75

Please sign in to comment.