From 08514a75dcee0d6f900c21aa53ccad87ebabf401 Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Tue, 3 Oct 2023 18:46:57 -0400 Subject: [PATCH] add back Kristina and Erin after merging from main --- src/registrar/fixtures_users.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/registrar/fixtures_users.py b/src/registrar/fixtures_users.py index c9d62bd54..6b6e191d8 100644 --- a/src/registrar/fixtures_users.py +++ b/src/registrar/fixtures_users.py @@ -75,6 +75,16 @@ class UserFixture: "first_name": "Nicolle", "last_name": "LeClair", }, + { + "username": "24840450-bf47-4d89-8aa9-c612fe68f9da", + "first_name": "Erin", + "last_name": "Song", + }, + { + "username": "e0ea8b94-6e53-4430-814a-849a7ca45f21", + "first_name": "Kristina", + "last_name": "Yin", + }, ] STAFF = [ @@ -127,6 +137,18 @@ class UserFixture: "last_name": "LeClair-Analyst", "email": "nicolle.leclair@ecstech.com", }, + { + "username": "378d0bc4-d5a7-461b-bd84-3ae6f6864af9", + "first_name": "Erin-Analyst", + "last_name": "Song-Analyst", + "email": "erin.song+1@gsa.gov", + }, + { + "username": "9a98e4c9-9409-479d-964e-4aec7799107f", + "first_name": "Kristina-Analyst", + "last_name": "Yin-Analyst", + "email": "kristina.yin+1@gsa.gov", + }, ] def load_users(cls, users, group_name):