Skip to content

Commit da8bb1c

Browse files
committed
Fixed test_middleware.py
1 parent 50b956a commit da8bb1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/authorization/test_middleware.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def sample_role_rule(self) -> JwtRoleRule:
8585
operator=JsonPathOperator.EQUALS,
8686
value="test",
8787
roles=["test"],
88+
negate=False,
8889
)
8990

9091
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)