We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2662d52 commit e86725eCopy full SHA for e86725e
tests/test_route.py
@@ -40,7 +40,9 @@ def authenticate(self, **kwargs):
40
41
42
@api_controller(
43
- "permission", auth=FakeAuth(), permissions=[permissions.IsAuthenticated & permissions.IsAdminUser]
+ "permission",
44
+ auth=FakeAuth(),
45
+ permissions=[permissions.IsAuthenticated & permissions.IsAdminUser],
46
)
47
class PermissionController:
48
@http_post("/example_post", auth=None)
0 commit comments