diff --git a/src/registrar/tests/test_reports.py b/src/registrar/tests/test_reports.py index e7da76f95..b1c631b3d 100644 --- a/src/registrar/tests/test_reports.py +++ b/src/registrar/tests/test_reports.py @@ -402,7 +402,6 @@ def test_export_domains_to_writer_security_emails(self): "defaultsecurity.gov,Federal - Executive,World War I Centennial Commission,dotgov@cisa.dhs.gov,Ready" ) - print(csv_content) # Normalize line endings and remove commas, # spaces and leading/trailing whitespace csv_content = csv_content.replace(",,", "").replace(",", "").replace(" ", "").replace("\r\n", "\n").strip()