Skip to content

Commit

Permalink
Test Cases for Fix vercel#17274
Browse files Browse the repository at this point in the history
  • Loading branch information
itz-Me-Pj committed Jan 26, 2024
1 parent fbc34f5 commit abc9bac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/dynamic-routing/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1178,8 +1178,7 @@ function runTests({ dev }) {
await check(async () => {
const contents = await renderViaHTTP(
appPort,
'/_next/static/development/_devPagesManifest.json',
{ credentials: 'same-origin' }
'/_next/static/development/_devPagesManifest.json'
)
return contents.includes('added-later') ? 'success' : 'fail'
}, 'success')
Expand Down

0 comments on commit abc9bac

Please sign in to comment.