Skip to content

Commit

Permalink
RLP is not committed, no need to remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
trepel committed Nov 25, 2024
1 parent 63291a5 commit fbd9260
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,3 @@ def authorization(authorization):
"""1st 'allow-all' Authorization object"""
authorization.authorization.add_opa_policy("rego", "allow = true")
return authorization


@pytest.fixture(scope="module")
def rate_limit():
"""
For these tests RateLimitPolicy is not required
"""
return None

0 comments on commit fbd9260

Please sign in to comment.