mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 07:24:10 +02:00
reducing domain requests fixtures to load only 1000 domain requests (so we don't all end up with 100000
This commit is contained in:
parent
0a05039ac7
commit
18317021a4
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class DomainRequestFixture:
|
|||
@classmethod
|
||||
def _create_domain_requests(cls, users):
|
||||
"""Creates DomainRequests given a list of users."""
|
||||
total_domain_requests_to_make = 100000
|
||||
total_domain_requests_to_make = 1000
|
||||
domain_requests_already_made = DomainRequest.objects.count()
|
||||
|
||||
domain_requests_to_create = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue