mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 04:53:09 +02:00
Change choices for Domain INvitation status to tuple constants
This commit is contained in:
parent
af1b598699
commit
00c04783b5
5 changed files with 12 additions and 12 deletions
|
@ -344,7 +344,7 @@ class AuditedAdminMockData:
|
|||
full_arg_dict = dict(
|
||||
email="test_mail@mail.com",
|
||||
domain=self.dummy_domain(item_name, True),
|
||||
status=DomainInvitation.INVITED,
|
||||
status=DomainInvitation.DomainInvitationStatus.INVITED,
|
||||
)
|
||||
return full_arg_dict
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue