Skip to content

Commit a871d5c

Browse files
committed
fix tests
1 parent 9c94642 commit a871d5c

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ test.each([['array1'], ['array5']])(
6868
transaction: 'GET /test/array1,/\\/test\\/array[2-9]',
6969
transaction_info: {
7070
source: 'route',
71-
changes: [],
72-
propagations: 0,
7371
},
7472
contexts: {
7573
trace: {
@@ -106,8 +104,6 @@ test.each([
106104
transaction: 'GET /test/arr/:id,/\\/test\\/arr[0-9]*\\/required(path)?(\\/optionalPath)?\\/(lastParam)?',
107105
transaction_info: {
108106
source: 'route',
109-
changes: [],
110-
propagations: 0,
111107
},
112108
contexts: {
113109
trace: {

0 commit comments

Comments
 (0)