Skip to content

Commit d622ba8

Browse files
update decorator tests
1 parent d338665 commit d622ba8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/tracing/test_decorator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def my_agent():
195195
"sentry.sdk.version": mock.ANY,
196196
"sentry.segment.id": mock.ANY,
197197
"sentry.segment.name": "test-transaction",
198+
"server.address": mock.ANY,
198199
"thread.id": mock.ANY,
199200
"thread.name": mock.ANY,
200201
}
@@ -389,6 +390,7 @@ def my_agent():
389390
"sentry.sdk.version": mock.ANY,
390391
"sentry.segment.id": mock.ANY,
391392
"sentry.segment.name": "test-transaction",
393+
"server.address": mock.ANY,
392394
"thread.id": mock.ANY,
393395
"thread.name": mock.ANY,
394396
}

0 commit comments

Comments
 (0)