Skip to content

Commit 0f7004a

Browse files
committed
tests: format logging instrumentor fixtures
1 parent 9718af3 commit 0f7004a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/opentelemetry-instrumentation-logging/tests/test_logging.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class TestLoggingInstrumentorProxyTracerProvider(TestBase):
4444
@pytest.fixture(autouse=True)
4545
def inject_fixtures(self, caplog):
4646
self.caplog = caplog
47+
4748
def setUp(self):
4849
super().setUp()
4950
LoggingInstrumentor().instrument(tracer_provider=FakeTracerProvider())
@@ -72,6 +73,7 @@ class TestLoggingInstrumentor(TestBase):
7273
@pytest.fixture(autouse=True)
7374
def inject_fixtures(self, caplog):
7475
self.caplog = caplog
76+
7577
def setUp(self):
7678
super().setUp()
7779
LoggingInstrumentor().instrument()

0 commit comments

Comments
 (0)