Skip to content

Commit 5c66803

Browse files
committed
fix test
1 parent aa46c7e commit 5c66803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/vue-3/tests/performance.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test('sends a navigation transaction with a parameterized URL', async ({ page })
5353
'sentry.source': 'route',
5454
'sentry.origin': 'auto.navigation.vue',
5555
'sentry.op': 'navigation',
56-
'params.id': '456',
56+
'params.id': '123',
5757
},
5858
op: 'navigation',
5959
origin: 'auto.navigation.vue',

0 commit comments

Comments
 (0)