Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-botocore/tests/t…
Browse files Browse the repository at this point in the history
…est_botocore_instrumentation.py

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
tsloughter and ocelotl committed May 18, 2023
1 parent fd6a0be commit 87db1cb
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()

request_id = "fdcdcab1-ae5c-489e-9c33-4637c5dda355"

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

0 comments on commit 87db1cb

Please sign in to comment.