Skip to content

Commit 0ea3864

Browse files
committed
make lint pass
Signed-off-by: Jack Gong <Benhua.Gong@fmr.com>
1 parent cdb621a commit 0ea3864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/tests/test_fastapi_instrumentation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ def test_no_op_tracer_provider(self):
10921092
client.get("/foobar")
10931093
spans = self.memory_exporter.get_finished_spans()
10941094
self.assertEqual(len(spans), 0)
1095-
1095+
10961096
def tearDown(self):
10971097
self._instrumentor.uninstrument()
10981098
super().tearDown()
@@ -1782,4 +1782,4 @@ def test_custom_header_not_present_in_non_recording_span(self):
17821782
)
17831783
self.assertEqual(200, resp.status_code)
17841784
span_list = self.memory_exporter.get_finished_spans()
1785-
self.assertEqual(len(span_list), 0)
1785+
self.assertEqual(len(span_list), 0)

0 commit comments

Comments
 (0)