Skip to content

Commit ed3fc20

Browse files
update test
1 parent d622ba8 commit ed3fc20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/tracing/test_decorator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ def my_agent():
218218
"sentry.sdk.version": mock.ANY,
219219
"sentry.segment.id": mock.ANY,
220220
"sentry.segment.name": "test-transaction",
221+
"server.address": mock.ANY,
221222
"thread.id": mock.ANY,
222223
"thread.name": mock.ANY,
223224
}
@@ -246,6 +247,7 @@ def my_agent():
246247
"sentry.sdk.version": mock.ANY,
247248
"sentry.segment.id": mock.ANY,
248249
"sentry.segment.name": "test-transaction",
250+
"server.address": mock.ANY,
249251
"thread.id": mock.ANY,
250252
"thread.name": mock.ANY,
251253
}
@@ -414,6 +416,7 @@ def my_agent():
414416
"sentry.sdk.version": mock.ANY,
415417
"sentry.segment.id": mock.ANY,
416418
"sentry.segment.name": "test-transaction",
419+
"server.address": mock.ANY,
417420
"thread.id": mock.ANY,
418421
"thread.name": mock.ANY,
419422
}
@@ -441,6 +444,7 @@ def my_agent():
441444
"sentry.sdk.version": mock.ANY,
442445
"sentry.segment.id": mock.ANY,
443446
"sentry.segment.name": "test-transaction",
447+
"server.address": mock.ANY,
444448
"thread.id": mock.ANY,
445449
"thread.name": mock.ANY,
446450
}

0 commit comments

Comments
 (0)