mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
tweak expected_content with an extra space to match actual_content
This commit is contained in:
parent
4803aaf971
commit
677743cbf3
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ class ExportDataTest(TestCase):
|
|||
# sorted alphabetially by domain name
|
||||
expected_content = (
|
||||
"Domain name,Domain type,Federal agency,Organization name,City,State,AO,"
|
||||
"AO email, Submitter,Submitter title,Submitter email,Submitter phone,"
|
||||
"AO email,Submitter,Submitter title,Submitter email,Submitter phone,"
|
||||
"Security Contact Email,Status\n"
|
||||
"adomain2.gov,interstate,,,,, , , , , , , ,ready\n"
|
||||
"cdomain1.gov,federal,World War I Centennial Commission,,,"
|
||||
|
@ -158,7 +158,7 @@ class ExportDataTest(TestCase):
|
|||
expected_content = (
|
||||
"Domain name,Domain type,Federal agency,Organization name,City,"
|
||||
"State,Security Contact Email\n"
|
||||
"cdomain1.gov,federal,World War I Centennial Commission,,,,\n"
|
||||
"cdomain1.gov,federal,World War I Centennial Commission,,,, \n"
|
||||
"ddomain3.gov,federal,Armed Forces Retirement Home,,,,\n"
|
||||
)
|
||||
# print(csv_content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue