Add Samiyah to fixture

This commit is contained in:
lizpearl 2024-10-18 11:53:03 -05:00
parent f8a163beae
commit cd25b824e8
No known key found for this signature in database
GPG key ID: 17B8E9D4576B2708

View file

@ -144,6 +144,13 @@ class UserFixture:
"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",
},
] ]
STAFF = [ STAFF = [
@ -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.