From 0220fcb6646b88b9f96ec2adcb0764dd496633e3 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 23 May 2024 10:31:41 -0600 Subject: [PATCH] Fix unit tests --- src/registrar/tests/test_admin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/registrar/tests/test_admin.py b/src/registrar/tests/test_admin.py index 4a6e76e3d..845cf2693 100644 --- a/src/registrar/tests/test_admin.py +++ b/src/registrar/tests/test_admin.py @@ -2230,7 +2230,6 @@ class TestDomainRequestAdmin(MockEppLib): "other_contacts", "current_websites", "alternative_domains", - "generic_org_type", "is_election_board", "id", "created_at", @@ -2284,7 +2283,6 @@ class TestDomainRequestAdmin(MockEppLib): "other_contacts", "current_websites", "alternative_domains", - "generic_org_type", "is_election_board", "creator", "about_your_organization", @@ -2312,7 +2310,6 @@ class TestDomainRequestAdmin(MockEppLib): "other_contacts", "current_websites", "alternative_domains", - "generic_org_type", "is_election_board", ] @@ -3170,7 +3167,6 @@ class TestDomainInformationAdmin(TestCase): expected_fields = [ "other_contacts", - "generic_org_type", "is_election_board", "creator", "type_of_work",