Skip to content

Commit 30dd81f

Browse files
committed
fix testing
1 parent eca6db5 commit 30dd81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/parallel-routes-not-found/parallel-routes-not-found.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('parallel-routes-and-interception', () => {
2828
let $ = await next.render$('/')
2929
expect($('title').text()).toBe('')
3030

31-
$ = await next.render$('/', {
31+
$ = await next.render$('/', null, {
3232
headers: {
3333
'User-Agent': 'Discordbot',
3434
},

0 commit comments

Comments
 (0)