From 87db1cbf50574c13ed65ff265d728db198cd60e6 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 13 May 2023 04:23:41 -0600 Subject: [PATCH] Update instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_instrumentation.py Co-authored-by: Diego Hurtado --- .../tests/test_botocore_instrumentation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_instrumentation.py b/instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_instrumentation.py index 8e8f7e34ee..ce302a6394 100644 --- a/instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_instrumentation.py +++ b/instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_instrumentation.py @@ -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)