mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49:21 +02:00
Add Samiyah to fixture
This commit is contained in:
parent
f8a163beae
commit
cd25b824e8
1 changed files with 14 additions and 1 deletions
|
@ -142,7 +142,14 @@ class UserFixture:
|
||||||
"first_name": "Elizabeth",
|
"first_name": "Elizabeth",
|
||||||
"last_name": "Liao",
|
"last_name": "Liao",
|
||||||
"email": "elizabeth.liao@cisa.dhs.gov",
|
"email": "elizabeth.liao@cisa.dhs.gov",
|
||||||
"title": "Software Engineer",
|
"title": "Software Engineer",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"username": "c9c64cd5-bc76-45ef-85cd-4f6eefa9e998",
|
||||||
|
"first_name": "Samiyah",
|
||||||
|
"last_name": "Key",
|
||||||
|
"email": "skey@truss.works",
|
||||||
|
"title": "Designer",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -244,6 +251,12 @@ class UserFixture:
|
||||||
"last_name": "Liao-Analyst",
|
"last_name": "Liao-Analyst",
|
||||||
"email": "elizabeth.liao@gwe.cisa.dhs.gov",
|
"email": "elizabeth.liao@gwe.cisa.dhs.gov",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"username": "ee1e68da-41a5-47f7949b-d8a4e9e2b9d2",
|
||||||
|
"first_name": "Samiyah-Analyst",
|
||||||
|
"last_name": "Key-Analyst",
|
||||||
|
"email": "skey+1@truss.works",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
# Additional emails to add to the AllowedEmail whitelist.
|
# Additional emails to add to the AllowedEmail whitelist.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue