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', () => {
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 } ,
You can’t perform that action at this time.
0 commit comments