Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test 2
  • Loading branch information
s1gr1d committed Feb 6, 2025
commit e592e4ace0304473aba03cbeb3739ad49f7ed4ff
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test.only('Sends an API route transaction', async ({ baseURL }) => {
'http.url': 'http://localhost:3030/test-transaction',
'http.host': 'localhost:3030',
'net.host.name': 'localhost',
'http.request.method': 'GET',
'http.method': 'GET',
'http.scheme': 'http',
'http.target': '/test-transaction',
'http.user_agent': 'node',
Expand Down
Loading