mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
lint
This commit is contained in:
parent
c2f71c984f
commit
6f4c63c995
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
status=DomainRequest.DomainRequestStatus.IN_REVIEW, portfolio=portfolio
|
||||
)
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue