Skip to content

Commit 405d803

Browse files
committed
fix test
1 parent da468dc commit 405d803

File tree

1 file changed

+4
-4
lines changed
  • dev-packages/node-integration-tests/suites/express/tracing-experimental

1 file changed

+4
-4
lines changed

dev-packages/node-integration-tests/suites/express/tracing-experimental/test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
2323
op: 'http.server',
2424
status: 'ok',
2525
tags: {
26-
'http.status_code': 200,
26+
'http.status_code': '200',
2727
},
2828
},
2929
},
@@ -63,7 +63,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
6363
op: 'http.server',
6464
status: 'ok',
6565
tags: {
66-
'http.status_code': 200,
66+
'http.status_code': '200',
6767
},
6868
},
6969
},
@@ -95,7 +95,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
9595
op: 'http.server',
9696
status: 'ok',
9797
tags: {
98-
'http.status_code': 200,
98+
'http.status_code': '200',
9999
},
100100
},
101101
},
@@ -135,7 +135,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
135135
op: 'http.server',
136136
status: 'ok',
137137
tags: {
138-
'http.status_code': 200,
138+
'http.status_code': '200',
139139
},
140140
},
141141
},

0 commit comments

Comments
 (0)