mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-05 10:43:23 +02:00
Update common.py
This commit is contained in:
parent
44dec2b73a
commit
555bee2c82
1 changed files with 0 additions and 6 deletions
|
@ -789,7 +789,6 @@ def create_ready_domain():
|
|||
return domain
|
||||
|
||||
|
||||
# TODO in 1793: Remove the federal agency/updated federal agency fields
|
||||
def completed_domain_request(
|
||||
has_other_contacts=True,
|
||||
has_current_website=True,
|
||||
|
@ -804,8 +803,6 @@ def completed_domain_request(
|
|||
generic_org_type="federal",
|
||||
is_election_board=False,
|
||||
organization_type=None,
|
||||
federal_agency=None,
|
||||
updated_federal_agency=None,
|
||||
):
|
||||
"""A completed domain request."""
|
||||
if not user:
|
||||
|
@ -842,7 +839,6 @@ def completed_domain_request(
|
|||
last_name="Bob",
|
||||
is_staff=True,
|
||||
)
|
||||
|
||||
domain_request_kwargs = dict(
|
||||
generic_org_type=generic_org_type,
|
||||
is_election_board=is_election_board,
|
||||
|
@ -860,8 +856,6 @@ def completed_domain_request(
|
|||
creator=user,
|
||||
status=status,
|
||||
investigator=investigator,
|
||||
federal_agency=federal_agency,
|
||||
updated_federal_agency=updated_federal_agency,
|
||||
)
|
||||
if has_about_your_organization:
|
||||
domain_request_kwargs["about_your_organization"] = "e-Government"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue