Skip to content

Commit

Permalink
remove unused variable from botocore test_override_xray_propagator_in…
Browse files Browse the repository at this point in the history
…jects_into_request
  • Loading branch information
tsloughter committed May 18, 2023
1 parent 87db1cb commit 44c3d2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def check_headers(**kwargs):
)
ec2.describe_instances()


self.assertNotIn(MockTextMapPropagator.TRACE_ID_KEY, headers)
self.assertNotIn(MockTextMapPropagator.SPAN_ID_KEY, headers)

Expand Down

0 comments on commit 44c3d2b

Please sign in to comment.