mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Merge pull request #1183 from cisagov/bl/add-vicky-to-fixtures
Add Vicky to fixtures
This commit is contained in:
commit
545ce7a835
1 changed files with 12 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue