Skip to content

Commit

Permalink
Removed redundant RLP removal, rename of test files
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Repel <[email protected]>
  • Loading branch information
trepel committed Nov 25, 2024
1 parent 63291a5 commit 430cc7a
Show file tree
Hide file tree
Showing 5 changed files 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 430cc7a

Please sign in to comment.