mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Update test_reports.py
This commit is contained in:
parent
e2f1d9dc82
commit
07690da791
1 changed files with 3 additions and 2 deletions
|
@ -444,8 +444,9 @@ class ExportDataTest(MockEppLib):
|
||||||
# Invoke setter
|
# Invoke setter
|
||||||
self.domain_3.security_contact
|
self.domain_3.security_contact
|
||||||
|
|
||||||
# Call the export function
|
# Call the export functions
|
||||||
export_domains_to_writer(writer, columns, sort_fields, filter_condition)
|
write_header(writer, columns)
|
||||||
|
write_body(writer, columns, sort_fields, filter_condition)
|
||||||
|
|
||||||
# Reset the CSV file's position to the beginning
|
# Reset the CSV file's position to the beginning
|
||||||
csv_file.seek(0)
|
csv_file.seek(0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue