mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 02:49: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
|
||||
self.domain_3.security_contact
|
||||
|
||||
# Call the export function
|
||||
export_domains_to_writer(writer, columns, sort_fields, filter_condition)
|
||||
# Call the export functions
|
||||
write_header(writer, columns)
|
||||
write_body(writer, columns, sort_fields, filter_condition)
|
||||
|
||||
# Reset the CSV file's position to the beginning
|
||||
csv_file.seek(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue