mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
Fix some unit tests, linting
Have a few more to nail down, but this is most of them
This commit is contained in:
parent
4eae72d983
commit
b30802d3d7
5 changed files with 38 additions and 19 deletions
|
@ -530,6 +530,7 @@ def completed_application(
|
|||
user=False,
|
||||
submitter=False,
|
||||
name="city.gov",
|
||||
investigator=None,
|
||||
):
|
||||
"""A completed domain application."""
|
||||
if not user:
|
||||
|
@ -574,6 +575,7 @@ def completed_application(
|
|||
submitter=submitter,
|
||||
creator=user,
|
||||
status=status,
|
||||
investigator=investigator,
|
||||
)
|
||||
if has_about_your_organization:
|
||||
domain_application_kwargs["about_your_organization"] = "e-Government"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue