From 2ff90a080bde06892d842c96f0e8597cdafd0afc Mon Sep 17 00:00:00 2001 From: Erin <121973038+erinysong@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:37:15 -0700 Subject: [PATCH] Remove dummy fix to prompt PR tests --- src/registrar/tests/test_reports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/tests/test_reports.py b/src/registrar/tests/test_reports.py index fce82b3dc..4f308b2b6 100644 --- a/src/registrar/tests/test_reports.py +++ b/src/registrar/tests/test_reports.py @@ -743,4 +743,3 @@ class HelperFunctions(MockDb): submitted_requests_sliced_at_end_date = get_sliced_requests(filter_condition) expected_content = [2, 2, 0, 0, 0, 0, 0, 0, 0, 0] self.assertEqual(submitted_requests_sliced_at_end_date, expected_content) -