File tree 1 file changed +6
-0
lines changed
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(
191
191
assert "sentry-trace" not in outgoing_request_headers
192
192
assert "baggage" not in outgoing_request_headers
193
193
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
+
194
197
195
198
@pytest .mark .parametrize (
196
199
"traces_sample_rate" ,
@@ -236,3 +239,6 @@ def test_trace_propagation_with_incoming_trace_and_targets_not_matching(
236
239
# CHECK if trace information is added to the outgoing request
237
240
assert "sentry-trace" not in outgoing_request_headers
238
241
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