Fix some unit tests, linting

Have a few more to nail down, but this is most of them
This commit is contained in:
zandercymatics 2024-02-23 15:20:25 -07:00
parent 4eae72d983
commit b30802d3d7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 38 additions and 19 deletions

View file

@ -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"