Skip to content

Commit

Permalink
Rename anonymous rate limiting test
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Repel <[email protected]>
  • Loading branch information
trepel committed Jul 26, 2024
1 parent aff3df9 commit bc6f82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/singlecluster/test_rate_limit_anonymous.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_no_limit_for_auth_user(client, auth):
responses.assert_all(status_code=200)


def test_anonymous_identity(client, auth):
def test_limit_for_anonymous_identity(client, auth):
"""Test that an anonymous requests are correctly limited"""
assert client.get("/get", auth=auth).status_code == 200

Expand Down

0 comments on commit bc6f82f

Please sign in to comment.