Skip to content

Commit 0a894ba

Browse files
committed
fix metrics tests
1 parent 9390a73 commit 0a894ba

File tree

1 file changed

+6
-0
lines changed
  • dev-packages/node-integration-tests/suites/tracing/metric-summaries

1 file changed

+6
-0
lines changed

dev-packages/node-integration-tests/suites/tracing/metric-summaries/test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const EXPECTED_TRANSACTION = {
1111
sum: 1,
1212
tags: {
1313
release: '1.0',
14+
transaction: 'Test Transaction',
1415
1516
},
1617
},
@@ -21,6 +22,7 @@ const EXPECTED_TRANSACTION = {
2122
sum: 1,
2223
tags: {
2324
release: '1.0',
25+
transaction: 'Test Transaction',
2426
2527
},
2628
},
@@ -39,6 +41,7 @@ const EXPECTED_TRANSACTION = {
3941
sum: 4,
4042
tags: {
4143
release: '1.0',
44+
transaction: 'Test Transaction',
4245
},
4346
},
4447
],
@@ -50,6 +53,7 @@ const EXPECTED_TRANSACTION = {
5053
sum: 2,
5154
tags: {
5255
release: '1.0',
56+
transaction: 'Test Transaction',
5357
},
5458
},
5559
],
@@ -61,6 +65,7 @@ const EXPECTED_TRANSACTION = {
6165
sum: 62,
6266
tags: {
6367
release: '1.0',
68+
transaction: 'Test Transaction',
6469
},
6570
},
6671
],
@@ -72,6 +77,7 @@ const EXPECTED_TRANSACTION = {
7277
sum: 62,
7378
tags: {
7479
release: '1.0',
80+
transaction: 'Test Transaction',
7581
},
7682
},
7783
],

0 commit comments

Comments
 (0)