Skip to content

Commit

Permalink
Merge pull request Kuadrant#268 from jsmolar/rate_limit_auth
Browse files Browse the repository at this point in the history
Remove redundant rate_limit_name fixture
  • Loading branch information
pehala authored Nov 8, 2023
2 parents a29bf81 + 97da512 commit 6ebc15a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions testsuite/tests/kuadrant/limitador/test_basic_limit.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ def limit(request):
return request.param


# pylint: disable=unused-argument
@pytest.fixture(scope="module")
def rate_limit_name(blame, limit):
"""Generate name for each combination of limit_time"""
return blame("limit")


@pytest.fixture(scope="module")
def rate_limit(rate_limit, limit):
"""Add limit to the policy"""
Expand Down

0 comments on commit 6ebc15a

Please sign in to comment.