summary refs log tree commit diff
path: root/tests/logging/test_tracing.py
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-02 14:07:04 -0500
committerEric Eastwood <erice@element.io>2022-08-02 14:07:04 -0500
commit9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8 (patch)
treea17fa1ee1672285b9ec48e79e4e8d67c6e877c6e /tests/logging/test_tracing.py
parentRestore logging current_context (not sure why removed (diff)
downloadsynapse-9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8.tar.xz
Clean up some opentracing text references
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()