mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
update to filter_conditions; formatting for lines too long
This commit is contained in:
parent
82772c633b
commit
e6e6cfa24f
2 changed files with 19 additions and 11 deletions
|
@ -114,7 +114,8 @@ class ExportDataTest(TestCase):
|
|||
# print(csv_content)
|
||||
# self.maxDiff = None
|
||||
|
||||
# Normalize line endings and remove commas, spaces and leading/trailing whitespace
|
||||
# Normalize line endings and remove commas,
|
||||
# spaces and leading/trailing whitespace
|
||||
csv_content = (
|
||||
csv_content.replace(",,", "")
|
||||
.replace(",", "")
|
||||
|
@ -169,7 +170,8 @@ class ExportDataTest(TestCase):
|
|||
"ddomain3.gov,federal,Armed Forces Retirement Home\n"
|
||||
)
|
||||
|
||||
# Normalize line endings and remove commas, spaces and leading/trailing whitespace
|
||||
# Normalize line endings and remove commas,
|
||||
# spaces and leading/trailing whitespace
|
||||
csv_content = (
|
||||
csv_content.replace(",,", "")
|
||||
.replace(",", "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue