Skip to content

Commit 210454a

Browse files
committed
Fixed some test
1 parent 0a369f1 commit 210454a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_new_scopes_compat_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def create_expected_transaction_event(trx, span):
183183
"parent_span_id": span.parent_span_id,
184184
"same_process_as_parent": True,
185185
"op": "test_span",
186+
"origin": None,
186187
"description": None,
187188
"start_timestamp": mock.ANY,
188189
"timestamp": mock.ANY,

0 commit comments

Comments
 (0)