Skip to content

Commit 0f68238

Browse files
author
Luca Forstner
committed
.
1 parent c331544 commit 0f68238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/test/integration/test/server/errorServerSideProps.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('Error Server-side Props', () => {
5151
},
5252
type: 'transaction',
5353
request: {
54-
url,
54+
url: expect.stringMatching(/http:\/\/localhost:[0-9]+\/withErrorServerSideProps/),
5555
},
5656
});
5757
});

0 commit comments

Comments
 (0)