mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
Linting, unit tests
This commit is contained in:
parent
02e0d00544
commit
25a5cd0226
4 changed files with 18 additions and 22 deletions
|
@ -562,11 +562,11 @@ def completed_application(
|
|||
)
|
||||
if not investigator:
|
||||
investigator, _ = User.objects.get_or_create(
|
||||
username="incrediblyfakeinvestigator",
|
||||
first_name = "Joe",
|
||||
last_name = "Bob"
|
||||
is_staff=True
|
||||
)
|
||||
username="incrediblyfakeinvestigator",
|
||||
first_name="Joe",
|
||||
last_name="Bob",
|
||||
is_staff=True,
|
||||
)
|
||||
domain_application_kwargs = dict(
|
||||
organization_type="federal",
|
||||
federal_type="executive",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue