From fbe584d85783385267a89704b35a6db8f8e9e059 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Tue, 3 Oct 2023 13:25:12 -0700 Subject: [PATCH 1/3] adding kristina as admin --- src/registrar/fixtures.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 521d632d6..3c7efdab2 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -87,6 +87,11 @@ class UserFixture: "first_name": "Erin", "last_name": "Song", }, + { + "username": "e0ea8b94-6e53-4430-814a-849a7ca45f21", + "first_name": "Kristina", + "last_name": "Yin", + }, ] STAFF = [ From e69128c74a8f8d133b44b6df0b2abc65c5d70e6f Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Tue, 3 Oct 2023 13:52:43 -0700 Subject: [PATCH 2/3] add kristina as analyst --- src/registrar/fixtures.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 3c7efdab2..f6b8b7be0 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -150,6 +150,12 @@ class UserFixture: "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", + }, ] STAFF_PERMISSIONS = [ From 475f1ef11c600dafe256a51f56504f575230cb22 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Tue, 3 Oct 2023 14:07:57 -0700 Subject: [PATCH 3/3] fix linting --- src/registrar/fixtures.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index f6b8b7be0..e1db054b1 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -87,7 +87,7 @@ class UserFixture: "first_name": "Erin", "last_name": "Song", }, - { + { "username": "e0ea8b94-6e53-4430-814a-849a7ca45f21", "first_name": "Kristina", "last_name": "Yin", @@ -150,7 +150,7 @@ class UserFixture: "last_name": "Song-Analyst", "email": "erin.song+1@gsa.gov", }, - { + { "username": "9a98e4c9-9409-479d-964e-4aec7799107f", "first_name": "Kristina-Analyst", "last_name": "Yin-Analyst",