Skip to content

Commit

Permalink
fix: Failing Async Bulk Tests pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyStick committed Sep 4, 2024
1 parent 3970dc1 commit f571290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/asynchronous/test_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ async def asyncSetUp(self):
roles=[],
)

async_client_context.create_user(self.db.name, "noremove", "pw", ["noremove"])
await async_client_context.create_user(self.db.name, "noremove", "pw", ["noremove"])

async def asyncTearDown(self):
await self.db.command("dropRole", "noremove")
Expand Down

0 comments on commit f571290

Please sign in to comment.