Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quadrismegistus committed Jan 22, 2024
1 parent ae06676 commit 10ee53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mep/people/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_djangoimportexport_export(self):

### test can post to page and get csv data back
date_str = datetime.now().strftime("%Y-%m-%d")
response = self.client._djangoimportexport_do_export_post(file_format=0) # csv
response = self._djangoimportexport_do_export_post(file_format=0) # csv

# test response
self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit 10ee53c

Please sign in to comment.