From 90d09a55311c45ad7ce21279c3b5ac6fea9d028a Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Wed, 18 Dec 2024 00:07:45 -0800 Subject: [PATCH] Fix flakey deploy test assertion --- test/e2e/app-dir/app/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/app-dir/app/index.test.ts b/test/e2e/app-dir/app/index.test.ts index 5a65fb1950a47..16dcdc2890c9d 100644 --- a/test/e2e/app-dir/app/index.test.ts +++ b/test/e2e/app-dir/app/index.test.ts @@ -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.