mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
3806: Developer Onboarding adding Abe Alam to fixtures_users.py (#3828)
* adding Abe to fixtures_users.py * Updated Admin Account to ECS Email * Updated username and email for Analyst to ECS Alias email
This commit is contained in:
parent
ea992db534
commit
89411f0ee8
1 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,12 @@ class UserFixture:
|
|||
"""
|
||||
|
||||
ADMINS = [
|
||||
{
|
||||
"username": "3e8613e2-e1f8-404d-a692-e5dc077828b2",
|
||||
"first_name": "Abe",
|
||||
"last_name": "Alam",
|
||||
"email": "abraham.alam@ecstech.com",
|
||||
},
|
||||
{
|
||||
"username": "aad084c3-66cc-4632-80eb-41cdf5c5bcbf",
|
||||
"first_name": "Aditi",
|
||||
|
@ -188,6 +194,12 @@ class UserFixture:
|
|||
]
|
||||
|
||||
STAFF = [
|
||||
{
|
||||
"username": "acfdf02c-2438-4e66-b219-73104b2e3153",
|
||||
"first_name": "Abe-Analyst",
|
||||
"last_name": "Alam-Analyst",
|
||||
"email": "abraham.alam+1@ecstech.com",
|
||||
},
|
||||
{
|
||||
"username": "ffec5987-aa84-411b-a05a-a7ee5cbcde54",
|
||||
"first_name": "Aditi-Analyst",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue