Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Mar 4, 2024
1 parent 9ba3e26 commit 6407897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/test/redirects.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ describe('Astro.redirect', () => {

it('Outputs redirect HTML for user routes that return a redirect response', async () => {
let secretHtml = await fixture.readFile('/secret/index.html');
assert.equal(secretHtml.includes("Redirecting from <code>/secret/</code>"), true);
assert.equal(secretHtml.includes("to <code>/login</code>"), true);
assert.equal(secretHtml.includes('Redirecting from <code>/secret/</code>'), true);
assert.equal(secretHtml.includes('to <code>/login</code>'), true);
});
});
});

0 comments on commit 6407897

Please sign in to comment.