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 a856395 commit c6d285dCopy full SHA for c6d285d
python/ql/test/library-tests/frameworks/aiopg/test.py
@@ -20,7 +20,7 @@ async def test_cursor():
20
21
# variants using as few `async with` as possible
22
pool = await aiopg.create_pool()
23
- conn = pool.acquire()
+ conn = await pool.acquire()
24
cur = await conn.cursor()
25
await cur.execute("sql") # $ getSql="sql" constructedSql="sql"
26
0 commit comments