mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +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:
|
||||
# All "users" in fixtures have admin perms per prior config.
|
||||
# No need to check for that.
|
||||
application.investigator = random.choice(users)
|
||||
application.investigator = random.choice(users) # nosec
|
||||
|
||||
application.approve(send_email=False)
|
||||
application.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue