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 8495643 commit 0d3cbc9Copy full SHA for 0d3cbc9
instrumentation/opentelemetry-instrumentation-asyncpg/tests/test_asyncpg_wrapper.py
@@ -111,8 +111,9 @@ def test_no_op_tracer_provider(self):
111
AsyncPGInstrumentor().uninstrument()
112
AsyncPGInstrumentor().instrument(
113
tracer_provider=trace_api.NoOpTracerProvider()
114
- ) # Mock out all interaction with postgres
+ )
115
116
+ # Mock out all interaction with postgres
117
async def bind_mock(*args, **kwargs):
118
return []
119
0 commit comments