Skip to content

Commit 41455ee

Browse files
committed
fix aiopg
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent 053128d commit 41455ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/opentelemetry-instrumentation-aiopg/tests/test_aiopg_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
def async_call(coro):
45-
asyncio.run(coro)
45+
return asyncio.run(coro)
4646

4747

4848
class TestAiopgInstrumentor(TestBase):

0 commit comments

Comments
 (0)