From 57115d8b48aa3b5f7c30d5579adf08266727a569 Mon Sep 17 00:00:00 2001 From: Erin <121973038+erinysong@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:06:24 -0700 Subject: [PATCH] Add Erin Song analyst and admin data --- src/registrar/fixtures.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index a4e75dd2e..521d632d6 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -82,6 +82,11 @@ class UserFixture: "first_name": "Nicolle", "last_name": "LeClair", }, + { + "username": "24840450-bf47-4d89-8aa9-c612fe68f9da", + "first_name": "Erin", + "last_name": "Song", + }, ] STAFF = [ @@ -134,6 +139,12 @@ 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", + }, ] STAFF_PERMISSIONS = [