refactor: table selector on dataset editor (#10914)

Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
Lily Kuang
2020-09-28 11:16:03 -07:00
committed by GitHub
parent e52a399e18
commit e337355162
11 changed files with 1071 additions and 758 deletions

View File

@@ -826,10 +826,6 @@ class TestDatasetApi(SupersetTestCase):
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,