mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 22:45:05 +02:00
Remove print
This commit is contained in:
parent
8af7902939
commit
0ac79da907
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ class ExportDataTest(MockDb, MockEppLib):
|
|||
# spaces and leading/trailing whitespace
|
||||
csv_content = csv_content.replace(",,", "").replace(",", "").replace(" ", "").replace("\r\n", "\n").strip()
|
||||
expected_content = expected_content.replace(",,", "").replace(",", "").replace(" ", "").strip()
|
||||
print(f"what is the actual content {csv_content}")
|
||||
|
||||
self.assertEqual(csv_content, expected_content)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue