Skip to content

Commit 6d60f5a

Browse files
committed
chore: update test_async_conn ip_type param
1 parent 6f06ebf commit 6d60f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_asyncpg_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async def getconn(
151151
user=user,
152152
password=password,
153153
db=db,
154-
ip_type=ip_type
154+
ip_type=ip_type,
155155
**kwargs,
156156
)
157157
return conn

0 commit comments

Comments
 (0)