We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d264789 commit c4e14a7Copy full SHA for c4e14a7
instrumentation/opentelemetry-instrumentation-threading/tests/test_threading.py
@@ -120,7 +120,7 @@ def test_trace_context_propagation_in_thread_pool_with_single_worker(self):
120
# check result
121
self.assertEqual(future2.result(), expected_task2_context)
122
123
- def fake_func(self) -> trace.SpanContext:
+ def fake_func(self):
124
span_context = self.get_current_span_context_for_test()
125
self._mock_span_contexts.append(span_context)
126
0 commit comments