mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
linting
This commit is contained in:
parent
133155fb0b
commit
8f1ac68710
3 changed files with 4 additions and 1 deletions
|
@ -3104,6 +3104,8 @@ class TestDomainRequestWizard(TestWithUser, WebTest):
|
|||
status=DomainRequest.DomainRequestStatus.STARTED,
|
||||
user=self.user,
|
||||
)
|
||||
domain_request.anything_else = None
|
||||
domain_request.save()
|
||||
|
||||
federal_agency = FederalAgency.objects.get(agency="Non-Federal Agency")
|
||||
# Add a portfolio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue