Skip to content

Commit

Permalink
Merge pull request #498 from trepel/rlp-anonymous-identity-test-fix
Browse files Browse the repository at this point in the history
Rename anonymous rate limiting test
  • Loading branch information
jsmolar authored Jul 29, 2024
2 parents aff3df9 + bc6f82f commit f0184a7
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 f0184a7

Please sign in to comment.