Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 9, 2022
1 parent b922ff3 commit 8d7476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/test/apps/options/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.describe('base path', () => {
const response = await request.get('/slash/', { headers: { Accept: 'text/html' } });
expect(response.status()).toBe(404);
expect(await response.text()).toBe(
'The server is configured with a public base URL of /path-base - did you mean to visit <a href="/path-base/slash/">/path-base/slash/</a> instead?'
'Not found (did you mean <a href="/path-base/slash/">/path-base/slash/</a>?)'
);
});

Expand Down

0 comments on commit 8d7476e

Please sign in to comment.