Skip to content

Commit

Permalink
is this real life??
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Nov 12, 2024
1 parent eac2443 commit ae94190
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ test('Captures request metadata', async ({ baseURL }) => {
const transactionEvent = await transactionEventPromise;

expect(transactionEvent.request).toEqual({
cookies: {},
url: expect.stringMatching(/^http:\/\/localhost:(\d+)\/test-post$/),
method: 'POST',
headers: expect.objectContaining({
Expand Down

0 comments on commit ae94190

Please sign in to comment.