Skip to content

Commit 1253d64

Browse files
committed
remove unused variable from botocore test_override_xray_propagator_injects_into_request
1 parent e190cd3 commit 1253d64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_instrumentation.py

-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ def check_headers(**kwargs):
335335
)
336336
ec2.describe_instances()
337337

338-
339338
self.assertNotIn(MockTextMapPropagator.TRACE_ID_KEY, headers)
340339
self.assertNotIn(MockTextMapPropagator.SPAN_ID_KEY, headers)
341340

0 commit comments

Comments
 (0)