Skip to content

Commit d5baffe

Browse files
committed
cleanup
1 parent 6838362 commit d5baffe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/tracing/test_trace_propagation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ def test_no_incoming_trace_and_trace_propagation_targets_matching(
8686
assert "baggage" in outgoing_request_headers
8787

8888
# CHECK if incoming trace is continued
89-
# as no incoming data is given to continue_trace() the incoming trace is never continued
90-
assert INCOMING_TRACE_ID not in outgoing_request_headers["sentry-trace"]
91-
assert INCOMING_TRACE_ID not in outgoing_request_headers["baggage"]
89+
# (no assert necessary, because the trace information is not added to the outgoing request (see previous asserts))
9290

9391

9492
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)