Skip to content

Commit

Permalink
Remove redundant rate_limit_name fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Smolar committed Nov 7, 2023
1 parent 5f68155 commit 97da512
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 97da512

Please sign in to comment.