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 cdb621a commit 0ea3864Copy full SHA for 0ea3864
instrumentation/opentelemetry-instrumentation-fastapi/tests/test_fastapi_instrumentation.py
@@ -1092,7 +1092,7 @@ def test_no_op_tracer_provider(self):
1092
client.get("/foobar")
1093
spans = self.memory_exporter.get_finished_spans()
1094
self.assertEqual(len(spans), 0)
1095
-
+
1096
def tearDown(self):
1097
self._instrumentor.uninstrument()
1098
super().tearDown()
@@ -1782,4 +1782,4 @@ def test_custom_header_not_present_in_non_recording_span(self):
1782
)
1783
self.assertEqual(200, resp.status_code)
1784
span_list = self.memory_exporter.get_finished_spans()
1785
- self.assertEqual(len(span_list), 0)
+ self.assertEqual(len(span_list), 0)
0 commit comments