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 18, 2024
1 parent cf41d8d commit 02fdb7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_core_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,4 +742,3 @@ async def test(ip="123"):
self.assertTrue(await test(ip="123"))
with self.assertRaises(HTTPException):
await test(ip="123")

0 comments on commit 02fdb7c

Please sign in to comment.