diff --git a/test/e2e/app-dir/app-routes/app-custom-routes.test.ts b/test/e2e/app-dir/app-routes/app-custom-routes.test.ts index 73156e6706f08..a10aac133fbe5 100644 --- a/test/e2e/app-dir/app-routes/app-custom-routes.test.ts +++ b/test/e2e/app-dir/app-routes/app-custom-routes.test.ts @@ -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(