-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2956 from cisagov/el/2762-add-liz-to-fixture
#2762: Add Liz and Samiyah to fixture [No sandbox needed]
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,20 @@ class UserFixture: | |
"email": "[email protected]", | ||
"title": "Sweetwater sailor", | ||
}, | ||
{ | ||
"username": "cce058bc-9e52-456b-99ff-f5775c481c8f", | ||
"first_name": "Elizabeth", | ||
"last_name": "Liao", | ||
"email": "[email protected]", | ||
"title": "Software Engineer", | ||
}, | ||
{ | ||
"username": "c9c64cd5-bc76-45ef-85cd-4f6eefa9e998", | ||
"first_name": "Samiyah", | ||
"last_name": "Key", | ||
"email": "[email protected]", | ||
"title": "Designer", | ||
}, | ||
] | ||
|
||
STAFF = [ | ||
|
@@ -231,6 +245,18 @@ class UserFixture: | |
"last_name": "Gingle-Analyst", | ||
"email": "[email protected]", | ||
}, | ||
{ | ||
"username": "373f7073-f90b-49d8-8da2-459246fa33bd", | ||
"first_name": "Elizabeth-Analyst", | ||
"last_name": "Liao-Analyst", | ||
"email": "[email protected]", | ||
}, | ||
{ | ||
"username": "ee1e68da-41a5-47f7949b-d8a4e9e2b9d2", | ||
"first_name": "Samiyah-Analyst", | ||
"last_name": "Key-Analyst", | ||
"email": "[email protected]", | ||
}, | ||
] | ||
|
||
# Additional emails to add to the AllowedEmail whitelist. | ||
|