Skip to content

Commit

Permalink
Update test_reports.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Jan 11, 2024
1 parent 2ac2996 commit e595349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/registrar/tests/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def test_export_domains_to_writer_security_emails(self):
"defaultsecurity.gov,Federal - Executive,World War I Centennial Commission,[email protected],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()
Expand Down

0 comments on commit e595349

Please sign in to comment.