Merge pull request #1902 from cisagov/add-alex-to-fixtures

Add Alex to fixtures
This commit is contained in:
Alysia Broddrick 2024-03-18 15:04:52 -07:00 committed by GitHub
commit c919ee7b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,6 +163,12 @@ class UserFixture:
"last_name": "Chin-Analyst",
"email": "szu.chin@ecstech.com",
},
{
"username": "d9839768-0c17-4fa2-9c8e-36291eef5c11",
"first_name": "Alex-Analyst",
"last_name": "Mcelya-Analyst",
"email": "ALEXANDER.MCELYA@cisa.dhs.gov",
},
]
def load_users(cls, users, group_name):