This commit is contained in:
zandercymatics 2024-08-27 11:22:22 -06:00
parent c49236e0ec
commit 7c65cdd6a5
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -245,7 +245,7 @@ class UserFixture:
# Additional emails to add to the AllowedEmail whitelist.
# The format should be as follows: ["email@igorville.gov", "email2@igorville.gov"]
ADDITIONAL_ALLOWED_EMAILS = []
ADDITIONAL_ALLOWED_EMAILS: list[str] = []
def load_users(cls, users, group_name, are_superusers=False):
logger.info(f"Going to load {len(users)} users in group {group_name}")