Skip to content

Commit

Permalink
fix ppr case
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 7, 2025
1 parent d47a302 commit 471fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/app-static/app-static.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2819,7 +2819,7 @@ describe('app-dir static/dynamic handling', () => {
'_N_T_/layout,_N_T_/prerendered-not-found/layout,_N_T_/prerendered-not-found/[slug]/layout,_N_T_/prerendered-not-found/[slug]/page,_N_T_/prerendered-not-found/first,explicit-tag'
)

expect(secondMeta.status).toBe(undefined)
expect(secondMeta.status).not.toBe(404)
expect(secondMeta.headers['x-next-cache-tags']).toBe(
'_N_T_/layout,_N_T_/prerendered-not-found/layout,_N_T_/prerendered-not-found/[slug]/layout,_N_T_/prerendered-not-found/[slug]/page,_N_T_/prerendered-not-found/second,explicit-tag'
)
Expand Down

0 comments on commit 471fc46

Please sign in to comment.