Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jul 22, 2023
1 parent e55f692 commit b536ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/custom-routes/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,8 @@ const runTests = (isDev = false, isTurbo = false) => {
rsc: {
header: 'RSC',
contentTypeHeader: 'text/x-component',
varyHeader: 'RSC, Next-Router-State-Tree, Next-Router-Prefetch',
varyHeader:
'RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url',
},
})
})
Expand Down

0 comments on commit b536ae8

Please sign in to comment.