Skip to content

Commit

Permalink
Fix flakey deploy test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 18, 2024
1 parent 747fe60 commit 90d09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('app dir - basic', () => {
(req) =>
req.includes(
encodeURI(isTurbopack ? '[category]_[id]' : '/[category]/[id]')
) && req.endsWith('.js')
) && req.includes('.js')
)
? 'found'
: // When it fails will log out the paths.
Expand Down

0 comments on commit 90d09a5

Please sign in to comment.