mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
use users.Count() for domain Request fixtures
This commit is contained in:
parent
ec351b055a
commit
74182b9a52
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class DomainRequestFixture:
|
|||
@classmethod
|
||||
def _create_domain_requests(cls, users): # noqa: C901
|
||||
"""Creates DomainRequests given a list of users."""
|
||||
total_domain_requests_to_make = 10000
|
||||
total_domain_requests_to_make = users.count() # 100000
|
||||
|
||||
# Check if the database is already populated with the desired
|
||||
# number of entries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue