From cd25b824e81db9cdf9d36a57b485d3924d418ddc Mon Sep 17 00:00:00 2001 From: lizpearl Date: Fri, 18 Oct 2024 11:53:03 -0500 Subject: [PATCH] Add Samiyah to fixture --- src/registrar/fixtures/fixtures_users.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/registrar/fixtures/fixtures_users.py b/src/registrar/fixtures/fixtures_users.py index c98a308ab..c4ec33827 100644 --- a/src/registrar/fixtures/fixtures_users.py +++ b/src/registrar/fixtures/fixtures_users.py @@ -142,7 +142,14 @@ class UserFixture: "first_name": "Elizabeth", "last_name": "Liao", "email": "elizabeth.liao@cisa.dhs.gov", - "title": "Software Engineer", + "title": "Software Engineer", + }, + { + "username": "c9c64cd5-bc76-45ef-85cd-4f6eefa9e998", + "first_name": "Samiyah", + "last_name": "Key", + "email": "skey@truss.works", + "title": "Designer", }, ] @@ -244,6 +251,12 @@ class UserFixture: "last_name": "Liao-Analyst", "email": "elizabeth.liao@gwe.cisa.dhs.gov", }, + { + "username": "ee1e68da-41a5-47f7949b-d8a4e9e2b9d2", + "first_name": "Samiyah-Analyst", + "last_name": "Key-Analyst", + "email": "skey+1@truss.works", + }, ] # Additional emails to add to the AllowedEmail whitelist.