Skip to content

Commit

Permalink
removing bad assumption/assertion from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 10, 2020
1 parent 8e0dbe8 commit 895e510
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/datasets/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,10 +835,6 @@ def test_export_dataset(self):
self.login(username="admin")
rv = self.get_assert_metric(uri, "export")
self.assertEqual(rv.status_code, 200)
self.assertEqual(
rv.headers["Content-Disposition"],
generate_download_headers("yaml")["Content-Disposition"],
)

cli_export = export_to_dict(
session=db.session,
Expand Down

0 comments on commit 895e510

Please sign in to comment.