Finally fixed remaining unit tests (after a long fight with our test outputs)

This commit is contained in:
CocoByte 2024-03-05 00:07:51 -07:00
parent f28705daff
commit cea667aae4
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 27 additions and 27 deletions

View file

@ -33,8 +33,8 @@ class UserGroup(Group):
},
{
"app_label": "registrar",
"model": "DomainRequest",
"permissions": ["change_DomainRequest"],
"model": "domainrequest",
"permissions": ["change_domainrequest"],
},
{
"app_label": "registrar",