chore: Remove obsolete legacy visualizations (#24694)

(cherry picked from commit 1b5a6790f0)
This commit is contained in:
John Bodley
2023-07-18 08:17:52 -07:00
committed by Michael S. Molina
parent 2e913492c9
commit 4390968dd7
10 changed files with 80 additions and 541 deletions

View File

@@ -1715,7 +1715,7 @@ class TestChartApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixin):
)
def test_warm_up_cache(self):
self.login()
slc = self.get_slice("Girls", db.session)
slc = self.get_slice("Top 10 Girl Name Share", db.session)
rv = self.client.put("/api/v1/chart/warm_up_cache", json={"chart_id": slc.id})
self.assertEqual(rv.status_code, 200)
data = json.loads(rv.data.decode("utf-8"))