From 639ffdbf0eb831ea33650a1f58d1274675061e96 Mon Sep 17 00:00:00 2001 From: rachidatecs Date: Thu, 24 Aug 2023 19:59:15 -0400 Subject: [PATCH] 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