mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 15:10:34 +02:00
included in review and action needed
This commit is contained in:
parent
018a2c353e
commit
7cff8362b7
2 changed files with 2 additions and 2 deletions
|
@ -723,7 +723,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
completed_domain_request()
|
||||
response = self.client.get("/admin/registrar/domainrequest/")
|
||||
# The results are filtered by "status in [submitted]"
|
||||
self.assertContains(response, "status in [submitted]", count=1)
|
||||
self.assertContains(response, "status in [submitted,in review,action needed]", count=1)
|
||||
|
||||
def transition_state_and_send_email(self, domain_request, status, rejection_reason=None):
|
||||
"""Helper method for the email test cases."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue