File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev-packages/node-integration-tests/suites/express/tracing-experimental Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
23
23
op : 'http.server' ,
24
24
status : 'ok' ,
25
25
tags : {
26
- 'http.status_code' : 200 ,
26
+ 'http.status_code' : ' 200' ,
27
27
} ,
28
28
} ,
29
29
} ,
@@ -63,7 +63,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
63
63
op : 'http.server' ,
64
64
status : 'ok' ,
65
65
tags : {
66
- 'http.status_code' : 200 ,
66
+ 'http.status_code' : ' 200' ,
67
67
} ,
68
68
} ,
69
69
} ,
@@ -95,7 +95,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
95
95
op : 'http.server' ,
96
96
status : 'ok' ,
97
97
tags : {
98
- 'http.status_code' : 200 ,
98
+ 'http.status_code' : ' 200' ,
99
99
} ,
100
100
} ,
101
101
} ,
@@ -135,7 +135,7 @@ conditionalTest({ min: 14 })('express tracing experimental', () => {
135
135
op : 'http.server' ,
136
136
status : 'ok' ,
137
137
tags : {
138
- 'http.status_code' : 200 ,
138
+ 'http.status_code' : ' 200' ,
139
139
} ,
140
140
} ,
141
141
} ,
You can’t perform that action at this time.
0 commit comments