From 639ffdbf0eb831ea33650a1f58d1274675061e96 Mon Sep 17 00:00:00 2001 From: rachidatecs Date: Thu, 24 Aug 2023 19:59:15 -0400 Subject: [PATCH 1/2] Add action needed and rejected fixtures, add Katherine as analyst --- src/registrar/fixtures.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 0b1b8926d..3d90f2bc1 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -86,6 +86,12 @@ class UserFixture: "first_name": "Alysia-Analyst", "last_name": "Alysia-Analyst", }, + { + "username": "91a9b97c-bd0a-458d-9823-babfde7ebf44", + "first_name": "katherine-Analyst", + "last_name": "Osos-Analyst", + "email": "kosos@truss.works", + }, { "username": "2cc0cde8-8313-4a50-99d8-5882e71443e8", "first_name": "Zander-Analyst", @@ -248,6 +254,14 @@ class DomainApplicationFixture: "status": "withdrawn", "organization_name": "Example - Withdrawn", }, + { + "status": "action needed", + "organization_name": "Example - Action Needed", + }, + { + "status": "rejected", + "organization_name": "Example - Rejected", + }, ] @classmethod From a3fd7bb44e8e5e53d6f95c7861416a60a9b0c8b0 Mon Sep 17 00:00:00 2001 From: rachidatecs <107004823+rachidatecs@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:42:13 -0400 Subject: [PATCH 2/2] Update src/registrar/fixtures.py Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com> --- src/registrar/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 3d90f2bc1..6fea2a377 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -88,7 +88,7 @@ class UserFixture: }, { "username": "91a9b97c-bd0a-458d-9823-babfde7ebf44", - "first_name": "katherine-Analyst", + "first_name": "Katherine-Analyst", "last_name": "Osos-Analyst", "email": "kosos@truss.works", },