From 9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 2 Aug 2022 14:07:04 -0500 Subject: Clean up some opentracing text references --- tests/logging/test_tracing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/logging/test_tracing.py') diff --git a/tests/logging/test_tracing.py b/tests/logging/test_tracing.py index 75b7745ab6..36736ea8c5 100644 --- a/tests/logging/test_tracing.py +++ b/tests/logging/test_tracing.py @@ -42,7 +42,7 @@ class TracingTestCase(TestCase): def setUp(self) -> None: # since this is a unit test, we don't really want to mess around with the - # global variables that power opentracing. We create our own tracer instance + # global variables that power opentelemetry. We create our own tracer instance # and test with it. self._tracer_provider = opentelemetry.sdk.trace.TracerProvider() -- cgit 1.5.1