This commit is contained in:
David Kennedy 2024-08-26 20:38:29 -04:00
parent c2f71c984f
commit 6f4c63c995
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -277,7 +277,7 @@ class TestDomainRequestAdmin(MockEppLib):
status=DomainRequest.DomainRequestStatus.IN_REVIEW, portfolio=portfolio status=DomainRequest.DomainRequestStatus.IN_REVIEW, portfolio=portfolio
) )
domain_request2 = completed_domain_request( domain_request2 = completed_domain_request(
name="testdomain2.gov", status=DomainRequest.DomainRequestStatus.IN_REVIEW name="testdomain2.gov", status=DomainRequest.DomainRequestStatus.IN_REVIEW
) )
self.client.force_login(self.superuser) self.client.force_login(self.superuser)