mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Merge branch 'main' into za/2323-domain-manager-csv-export
This commit is contained in:
commit
a29cb94023
21 changed files with 874 additions and 80 deletions
|
@ -618,7 +618,6 @@ class ExportDataTest(MockDb, MockEppLib):
|
|||
csv_file.seek(0)
|
||||
# Read the content into a variable
|
||||
csv_content = csv_file.read()
|
||||
print(csv_content)
|
||||
expected_content = (
|
||||
# Header
|
||||
"Domain request,Status,Domain type,Federal type,"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue