This commit is contained in:
CocoByte 2025-01-24 15:07:43 -07:00
parent 74182b9a52
commit c33ce78a2b
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -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 = users.count() # 100000
total_domain_requests_to_make = users.count() # 100000
# Check if the database is already populated with the desired
# number of entries.