Skip to content

Commit f6bcc9b

Browse files
committed
make inject fixtures private
1 parent de9c77c commit f6bcc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ async def _(*_):
20322032

20332033
class TestFastAPIFallback(TestBaseFastAPI):
20342034
@pytest.fixture(autouse=True)
2035-
def inject_fixtures(self, caplog):
2035+
def _inject_fixtures(self, caplog):
20362036
self._caplog = caplog
20372037

20382038
@staticmethod

0 commit comments

Comments
 (0)