test: Fix Exporter tests
This commit is contained in:
parent
218cf41ec4
commit
e5c723d4f5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class TestExporter(unittest.TestCase):
|
|||
e = Exporter('Web Page', export_fields='All')
|
||||
csv_array = e.get_csv_array()
|
||||
header = csv_array[0]
|
||||
self.assertEqual(len(header), 36)
|
||||
self.assertEqual(len(header), 37)
|
||||
|
||||
|
||||
def test_exports_selected_fields(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue