fixed broken test w/ burnettk

This commit is contained in:
jasquat 2023-03-20 10:55:57 -04:00
parent 7a891c786d
commit 7b3eb4730f
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ class TestAuthorizationService(BaseTest):
("/tasks/*", "read"),
("/tasks/*", "update"),
("/user-groups/for-current-user", "read"),
("/users/exists/by-username", "create"),
]
permissions_to_assign = AuthorizationService.explode_permissions("all", "BASIC")
permissions_to_assign_tuples = sorted([(p.target_uri, p.permission) for p in permissions_to_assign])