Skip to content

Commit

Permalink
feat(app): rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MorvanZhou committed Sep 19, 2024
1 parent 0cd1b05 commit 004b37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ async def asyncSetUp(self) -> None:
pymongo.errors.NetworkTimeout,
pymongo.errors.ServerSelectionTimeoutError,
elastic_transport.ConnectionError,
NameError,
):
try:
await client.drop()
Expand Down

0 comments on commit 004b37b

Please sign in to comment.