diff --git a/src/registrar/tests/test_reports.py b/src/registrar/tests/test_reports.py index a0674b3c3..2f9155423 100644 --- a/src/registrar/tests/test_reports.py +++ b/src/registrar/tests/test_reports.py @@ -176,7 +176,7 @@ class ExportDataTest(TestCase): .replace(" ", "") .replace("\r\n", "\n") .strip() - ) + ) expected_content = ( expected_content.replace(",,", "").replace(",", "").replace(" ", "").strip() )