Skip to content

fix: undeploy e2e asserts on content since CDN now returns 200 (#235) - #246

Merged
santosh-chamoli merged 1 commit into
adobe:masterfrom
santosh-chamoli:fix/undeploy-e2e-cdn-200
Aug 28, 2026
Merged

fix: undeploy e2e asserts on content since CDN now returns 200 (#235)#246
santosh-chamoli merged 1 commit into
adobe:masterfrom
santosh-chamoli:fix/undeploy-e2e-cdn-200

Conversation

@santosh-chamoli

@santosh-chamoli santosh-chamoli commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #235 (aio-lib-web)
CDN returns 200 with and 404 not found error page while the test was expecting a 404. Changed the expectation in test to align with current CDN behaviour.

Related Issue

#235

Motivation and Context

How Has This Been Tested?

npm run e2e is green after this change.

Screenshots (if appropriate):

Types of changes

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [ x] I have signed the Adobe Open Source CLA.
  • [x ] My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • [ x] I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • [ x] All new and existing tests passed.

@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@santosh-chamoli
santosh-chamoli merged commit 160b505 into adobe:master Aug 28, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: e2e undeploy test expects 404 but CDN now returns 200

2 participants