Skip to content

Commit badf905

Browse files
committed
rm url test
1 parent 2967c5c commit badf905

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/server-components.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ test('Sends a transaction for a request to app router', async ({ page }) => {
3939
headers: expect.objectContaining({
4040
'user-agent': expect.any(String),
4141
}),
42-
url: expect.stringContaining('/server-component/parameter/1337/42'),
4342
});
4443

4544
// The transaction should not contain any spans with the same name as the transaction

0 commit comments

Comments
 (0)