From c9269a56e000baf6df5f9e4c844e4de7dad862ec Mon Sep 17 00:00:00 2001 From: Rachid Mrad Date: Wed, 30 Aug 2023 19:02:59 -0400 Subject: [PATCH] Comment out rejected fixture --- src/registrar/fixtures.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/registrar/fixtures.py b/src/registrar/fixtures.py index 2a1df7d0d..e288a21d4 100644 --- a/src/registrar/fixtures.py +++ b/src/registrar/fixtures.py @@ -268,10 +268,11 @@ class DomainApplicationFixture: "status": "action needed", "organization_name": "Example - Action Needed", }, - { - "status": "rejected", - "organization_name": "Example - Rejected", - }, + # Pa11y does not like this fixture + # { + # "status": "rejected", + # "organization_name": "Example - Rejected", + # }, ] @classmethod