Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44c3d2b

Browse files
committedMay 18, 2023
remove unused variable from botocore test_override_xray_propagator_injects_into_request
1 parent 87db1cb commit 44c3d2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎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)
Please sign in to comment.