mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
Clean up domain in review assignment in unit test
This commit is contained in:
parent
76afc9780e
commit
9c43fb65a9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class TestDomainApplicationAdmin(TestCase):
|
|||
model_admin = DomainApplicationAdmin(DomainApplication, self.site)
|
||||
|
||||
# Modify the application's property
|
||||
application.status = "investigating"
|
||||
application.status = DomainApplication.INVESTIGATING
|
||||
|
||||
# Use the model admin's save_model method
|
||||
model_admin.save_model(request, application, form=None, change=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue