Skip to content
Snippets Groups Projects
Commit e46061c1 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Add type annotation for greg.tests.api.test_authz.ROUTES

parent 67bb9d9b
No related branches found
No related tags found
1 merge request!221Change the permission classes for the core API
Pipeline #105599 passed
......@@ -4,7 +4,7 @@ from rest_framework.reverse import reverse
from rest_framework.status import HTTP_401_UNAUTHORIZED, HTTP_403_FORBIDDEN
ROUTES = (
ROUTES: tuple[tuple[str, dict], ...] = (
("v1:consenttype-list", {}),
("v1:consenttype-detail", {"id": 1}),
("v1:orgunit-list", {}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment