From 2a22be413157c7218c70cce2af8866cb9ab75231 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:47:12 -0700 Subject: [PATCH] Change fixtures --- src/registrar/fixtures_applications.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/registrar/fixtures_applications.py b/src/registrar/fixtures_applications.py index aea153aef..679e5f7fe 100644 --- a/src/registrar/fixtures_applications.py +++ b/src/registrar/fixtures_applications.py @@ -50,15 +50,15 @@ class DomainApplicationFixture: DA = [ { "status": "started", - "organization_name": "Example - Finished but not Submitted", + "organization_name": "Example - Finished but not submitted", }, { "status": "submitted", - "organization_name": "Example - Submitted but pending Investigation", + "organization_name": "Example - Submitted but pending investigation", }, { "status": "in review", - "organization_name": "Example - In Investigation", + "organization_name": "Example - In investigation", }, { "status": "in review", @@ -70,7 +70,7 @@ class DomainApplicationFixture: }, { "status": "action needed", - "organization_name": "Example - Action Needed", + "organization_name": "Example - Action needed", }, { "status": "rejected",