Update test_reports.py

This commit is contained in:
zandercymatics 2024-01-11 10:49:05 -07:00
parent 2ac2996e5d
commit e595349e75
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -402,7 +402,6 @@ class ExportDataTest(MockEppLib):
"defaultsecurity.gov,Federal - Executive,World War I Centennial Commission,dotgov@cisa.dhs.gov,Ready" "defaultsecurity.gov,Federal - Executive,World War I Centennial Commission,dotgov@cisa.dhs.gov,Ready"
) )
print(csv_content)
# Normalize line endings and remove commas, # Normalize line endings and remove commas,
# spaces and leading/trailing whitespace # spaces and leading/trailing whitespace
csv_content = csv_content.replace(",,", "").replace(",", "").replace(" ", "").replace("\r\n", "\n").strip() csv_content = csv_content.replace(",,", "").replace(",", "").replace(" ", "").replace("\r\n", "\n").strip()