From f8a163beae05dc183c92687a869b09f0fa104adc Mon Sep 17 00:00:00 2001 From: lizpearl Date: Fri, 18 Oct 2024 10:49:52 -0500 Subject: [PATCH] Add liz to fixture --- src/registrar/fixtures/fixtures_users.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/registrar/fixtures/fixtures_users.py b/src/registrar/fixtures/fixtures_users.py index 91b35f854..c98a308ab 100644 --- a/src/registrar/fixtures/fixtures_users.py +++ b/src/registrar/fixtures/fixtures_users.py @@ -137,6 +137,13 @@ class UserFixture: "email": "annagingle@truss.works", "title": "Sweetwater sailor", }, + { + "username": "cce058bc-9e52-456b-99ff-f5775c481c8f", + "first_name": "Elizabeth", + "last_name": "Liao", + "email": "elizabeth.liao@cisa.dhs.gov", + "title": "Software Engineer", + }, ] STAFF = [ @@ -231,6 +238,12 @@ class UserFixture: "last_name": "Gingle-Analyst", "email": "annagingle+analyst@truss.works", }, + { + "username": "373f7073-f90b-49d8-8da2-459246fa33bd", + "first_name": "Elizabeth-Analyst", + "last_name": "Liao-Analyst", + "email": "elizabeth.liao@gwe.cisa.dhs.gov", + }, ] # Additional emails to add to the AllowedEmail whitelist.