mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
Add default investigator
This commit is contained in:
parent
6680d7fe17
commit
02e0d00544
1 changed files with 7 additions and 0 deletions
|
@ -560,6 +560,13 @@ def completed_application(
|
|||
email="testy2@town.com",
|
||||
phone="(555) 555 5557",
|
||||
)
|
||||
if not investigator:
|
||||
investigator, _ = User.objects.get_or_create(
|
||||
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