mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 14:35:14 +02:00
Finally fixed remaining unit tests (after a long fight with our test outputs)
This commit is contained in:
parent
f28705daff
commit
cea667aae4
3 changed files with 27 additions and 27 deletions
|
@ -33,8 +33,8 @@ class UserGroup(Group):
|
|||
},
|
||||
{
|
||||
"app_label": "registrar",
|
||||
"model": "DomainRequest",
|
||||
"permissions": ["change_DomainRequest"],
|
||||
"model": "domainrequest",
|
||||
"permissions": ["change_domainrequest"],
|
||||
},
|
||||
{
|
||||
"app_label": "registrar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue