mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-20 08:24:05 +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
|
@classmethod
|
||||||
def _create_domain_requests(cls, users):
|
def _create_domain_requests(cls, users):
|
||||||
"""Creates DomainRequests given a list of 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_already_made = DomainRequest.objects.count()
|
||||||
|
|
||||||
domain_requests_to_create = []
|
domain_requests_to_create = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue