diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index f7168dbf3..2a1df7d0d 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -91,6 +91,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", @@ -258,6 +264,14 @@ class DomainApplicationFixture: "status": "withdrawn", "organization_name": "Example - Withdrawn", }, + { + "status": "action needed", + "organization_name": "Example - Action Needed", + }, + { + "status": "rejected", + "organization_name": "Example - Rejected", + }, ] @classmethod