Skip to content

Commit

Permalink
check contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylphrex committed Jun 11, 2024
1 parent 9aa1365 commit 925046e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_new_scopes_compat_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ def test_event5(sentry_init, capture_envelopes, expected_error, expected_transac
transaction = transaction_envelope.get_transaction_event()
attachment = error_envelope.items[-1]

assert error["contexts"] == expected_error(trx, span)["contexts"]
assert error == expected_error(trx, span)
assert transaction == expected_transaction(trx, span)
assert attachment.headers == {
Expand Down

0 comments on commit 925046e

Please sign in to comment.