Fix: remove admin.logentry perm, use admin (staff) status (#6380)

This commit is contained in:
shamoon
2024-04-13 17:35:34 -07:00
committed by GitHub
parent 5dad409926
commit 348f8e0aa1
15 changed files with 81 additions and 47 deletions

View File

@@ -27,6 +27,7 @@ class TestApiUiSettings(DirectoriesMixin, APITestCase):
{
"id": self.test_user.id,
"username": self.test_user.username,
"is_staff": True,
"is_superuser": True,
"groups": [],
"first_name": self.test_user.first_name,