diff --git a/test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts b/test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts index f115b8acf3779..1950de1c51927 100644 --- a/test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts +++ b/test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts @@ -77,7 +77,9 @@ describe('Dynamic IO Dev Errors', () => { ? '\n at main ()' + '\n at body ()' + '\n at html ()' + - '\n at Root [Server] ()' + '\n at Root [Server] ()' + + // Just need some string to assert that this is the whole stack + '\n GET /no-accessed-data 200' : // TODO(veil): Should be ignore-listed (see https://linear.app/vercel/issue/NDX-464/next-internals-not-ignore-listed-in-terminal-in-webpack#comment-1164a36a) '\n at InnerLayoutRouter (..') )