Skip to content

Commit

Permalink
fix: Await create pool
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Dec 27, 2024
1 parent 6d5d46f commit 9b1a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def test_user_doc(
developer_id=test_developer_id,
user=test_user,
):
pool = create_db_pool(dsn=dsn)
pool = await create_db_pool(dsn=dsn)
doc = await create_doc(
developer_id=developer_id,
owner_type="user",
Expand Down

0 comments on commit 9b1a2a6

Please sign in to comment.