Merge pull request #1183 from cisagov/bl/add-vicky-to-fixtures

Add Vicky to fixtures
This commit is contained in:
rachidatecs 2023-10-24 17:44:54 -04:00 committed by GitHub
commit 545ce7a835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,12 @@ class UserFixture:
"first_name": "Kristina",
"last_name": "Yin",
},
{
"username": "ac49d7c1-368a-4e6b-8f1d-60250e20a16f",
"first_name": "Vicky",
"last_name": "Chin",
"email": "szu.chin@associates.cisa.dhs.gov",
},
]
STAFF = [
@ -150,6 +156,12 @@ class UserFixture:
"last_name": "Yin-Analyst",
"email": "kristina.yin+1@gsa.gov",
},
{
"username": "8f42302e-b83a-4c9e-8764-fc19e2cea576",
"first_name": "Vickster-Analyst",
"last_name": "Chin-Analyst",
"email": "szu.chin@ecstech.com",
},
]
def load_users(cls, users, group_name):