summary refs log tree commit diff
path: root/tests/logging/test_tracing.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/logging/test_tracing.py')
-rw-r--r--tests/logging/test_tracing.py2
1 files changed, 1 insertions, 1 deletions
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()