File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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))
You can’t perform that action at this time.
0 commit comments