Skip to content

Commit 1425072

Browse files
committed
fix test
1 parent 39abd9b commit 1425072

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/nextjs/test/integration/test/client/tracingNavigate.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ test('should report navigation transactions', async ({ page }) => {
3131
contexts: {
3232
trace: {
3333
op: 'navigation',
34-
data: {
35-
from: '/[id]/withInitialProps',
36-
},
34+
data: {},
3735
},
3836
},
3937
});
@@ -51,9 +49,7 @@ test('should report navigation transactions', async ({ page }) => {
5149
contexts: {
5250
trace: {
5351
op: 'navigation',
54-
data: {
55-
from: '/[id]/withServerSideProps',
56-
},
52+
data: {},
5753
},
5854
},
5955
});

0 commit comments

Comments
 (0)