We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f7917 commit 7591d3dCopy full SHA for 7591d3d
test/e2e/app-dir/app-static/app-static.test.ts
@@ -64,7 +64,7 @@ describe('app-dir static/dynamic handling', () => {
64
expect(res.status).toBe(200)
65
await retry(() => {
66
expect(next.cliOutput).toContain('exceeded max tag count for')
67
- expect(next.cliOutput).toContain('tag-65')
+ expect(next.cliOutput).toContain('tag-129')
68
})
69
70
0 commit comments