Skip to content

Commit

Permalink
Updated url of test
Browse files Browse the repository at this point in the history
  • Loading branch information
amunim committed Aug 18, 2022
1 parent c559c75 commit d155d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/test/apps/basics/test/server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test.describe('Endpoints', () => {
});

test('OPTIONS request', async ({ request }) => {
const url = '/endpoint-output/body';
const url = '/endpoint-output/options';

var response = await request.fetch(url, {
method: 'OPTIONS'
Expand Down

0 comments on commit d155d71

Please sign in to comment.