We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b956a commit da8bb1cCopy full SHA for da8bb1c
1 file changed
tests/unit/authorization/test_middleware.py
@@ -85,6 +85,7 @@ def sample_role_rule(self) -> JwtRoleRule:
85
operator=JsonPathOperator.EQUALS,
86
value="test",
87
roles=["test"],
88
+ negate=False,
89
)
90
91
@pytest.mark.parametrize(
0 commit comments