Skip to content

Commit 7afdfce

Browse files
committed
cleanup
1 parent 3c111f1 commit 7afdfce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/tracing/test_trace_propagation.py

+6
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ def test_trace_propagation_no_incoming_trace_and_targets_not_matching(
191191
assert "sentry-trace" not in outgoing_request_headers
192192
assert "baggage" not in outgoing_request_headers
193193

194+
# CHECK if incoming trace is continued
195+
# (no assert necessary, because the trace information is not added to the outgoing request (see previous asserts))
196+
194197

195198
@pytest.mark.parametrize(
196199
"traces_sample_rate",
@@ -236,3 +239,6 @@ def test_trace_propagation_with_incoming_trace_and_targets_not_matching(
236239
# CHECK if trace information is added to the outgoing request
237240
assert "sentry-trace" not in outgoing_request_headers
238241
assert "baggage" not in outgoing_request_headers
242+
243+
# CHECK if incoming trace is continued
244+
# (no assert necessary, because the trace information is not added to the outgoing request (see previous asserts))

0 commit comments

Comments
 (0)