Skip to content

Commit 9a5c140

Browse files
committed
rename name_changes -> changes
1 parent a871d5c commit 9a5c140

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ test.each([['array1'], ['array5']])(
6868
transaction: 'GET /test/array1,/\\/test\\/array[2-9]',
6969
transaction_info: {
7070
source: 'route',
71+
changes: [],
72+
propagations: 0,
7173
},
7274
contexts: {
7375
trace: {
@@ -104,6 +106,8 @@ test.each([
104106
transaction: 'GET /test/arr/:id,/\\/test\\/arr[0-9]*\\/required(path)?(\\/optionalPath)?\\/(lastParam)?',
105107
transaction_info: {
106108
source: 'route',
109+
changes: [],
110+
propagations: 0,
107111
},
108112
contexts: {
109113
trace: {

0 commit comments

Comments
 (0)