mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 04:29:44 +02:00
Update fixtures_applications.py
This commit is contained in:
parent
25a5cd0226
commit
4d4cd8257c
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class DomainFixture(DomainApplicationFixture):
|
||||||
if application.investigator is None:
|
if application.investigator is None:
|
||||||
# All "users" in fixtures have admin perms per prior config.
|
# All "users" in fixtures have admin perms per prior config.
|
||||||
# No need to check for that.
|
# No need to check for that.
|
||||||
application.investigator = random.choice(users)
|
application.investigator = random.choice(users) # nosec
|
||||||
|
|
||||||
application.approve(send_email=False)
|
application.approve(send_email=False)
|
||||||
application.save()
|
application.save()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue