Skip to content

Commit

Permalink
Update redirects.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Erika <[email protected]>
  • Loading branch information
lilnasy and Princesseuh authored Mar 13, 2024
1 parent 4816bfd commit 8915b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/redirects.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('Astro.redirect', () => {
assert.equal(response.headers.get('Location'), '/more/hello');
});

it.only('performs dynamic redirects with special characters', async () => {
it('performs dynamic redirects with special characters', async () => {
// encodeURI("/more/old/’")
const response = await fixture.fetch("/more/old/%E2%80%99", { redirect: 'manual' });
assert.equal(response.status, 301);
Expand Down

0 comments on commit 8915b3c

Please sign in to comment.