mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Add documentation + unit test
This commit is contained in:
parent
e84f346e4b
commit
66dcb038f9
3 changed files with 74 additions and 2 deletions
|
@ -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 = ["zander.adkinson@ecstech.com"]
|
||||
ADDITIONAL_ALLOWED_EMAILS = []
|
||||
|
||||
def load_users(cls, users, group_name, are_superusers=False):
|
||||
logger.info(f"Going to load {len(users)} users in group {group_name}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue