Skip to content

Commit

Permalink
update test after changes from #52910
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <[email protected]>
  • Loading branch information
joulev committed Jul 23, 2023
1 parent 5bda3b6 commit 3c37154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-routes/app-custom-routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ createNextDescribe(

describe('no response returned', () => {
it('should print an error when no response is returned', async () => {
await next.fetch('/no-response', { method: 'POST' })
await next.fetch(bathPath + '/no-response', { method: 'POST' })

await check(() => {
expect(next.cliOutput).toMatch(
Expand Down

0 comments on commit 3c37154

Please sign in to comment.