Skip to content

Commit c9dde6a

Browse files
committed
fix e2e test for real?
1 parent 6de768d commit c9dde6a

File tree

1 file changed

+1
-0
lines changed
  • dev-packages/e2e-tests/test-applications/node-experimental-fastify-app/tests

1 file changed

+1
-0
lines changed

dev-packages/e2e-tests/test-applications/node-experimental-fastify-app/tests/propagation.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ test('Propagates trace for outgoing fetch requests', async ({ baseURL }) => {
216216
'otel.kind': 'SERVER',
217217
'http.response.status_code': 200,
218218
'http.url': 'http://localhost:3030/test-inbound-headers',
219+
'http.user_agent': 'undici',
219220
'http.host': 'localhost:3030',
220221
'net.host.name': 'localhost',
221222
'http.method': 'GET',

0 commit comments

Comments
 (0)