mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Update test_reports.py
This commit is contained in:
parent
2ac2996e5d
commit
e595349e75
1 changed files with 0 additions and 1 deletions
|
@ -402,7 +402,6 @@ class ExportDataTest(MockEppLib):
|
|||
"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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue