From 0d12c17aff932f80ad04c7a4541d7e18074c4a45 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Fri, 20 Oct 2023 17:02:21 -0400 Subject: [PATCH] Add Vicky to fixtures --- src/registrar/fixtures_users.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/registrar/fixtures_users.py b/src/registrar/fixtures_users.py index dfe51785b..f03fb025d 100644 --- a/src/registrar/fixtures_users.py +++ b/src/registrar/fixtures_users.py @@ -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):