From f4cea63e96115e08977c86615d6672d7c1cce574 Mon Sep 17 00:00:00 2001 From: rachidatecs Date: Fri, 4 Aug 2023 16:35:08 -0400 Subject: [PATCH] Add Paul to admin and staff --- src/registrar/fixtures.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 9ca20b2a0..01de666a4 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -62,6 +62,11 @@ class UserFixture: "first_name": "Zander", "last_name": "Adkinson", }, + { + "username": "bb21f687-c773-4df3-9243-111cfd4c0be4", + "first_name": "Paul", + "last_name": "Kuykendall", + }, ] STAFF = [ @@ -80,6 +85,11 @@ class UserFixture: "first_name": "Zander-Analyst", "last_name": "Adkinson-Analyst", }, + { + "username": "57ab5847-7789-49fe-a2f9-21d38076d699", + "first_name": "Paul-Analyst", + "last_name": "Kuykendall-Analyst", + }, ] STAFF_PERMISSIONS = [