Add default investigator

This commit is contained in:
zandercymatics 2024-02-26 08:56:03 -07:00
parent 6680d7fe17
commit 02e0d00544
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

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