chore: Update dataset_id & dataset_type datasource_id & datasource_type for SPA explore (#22461)

This commit is contained in:
Hugh A. Miles II
2022-12-22 19:46:00 -05:00
committed by GitHub
parent aa55800ca7
commit 9b26794419
13 changed files with 65 additions and 63 deletions

View File

@@ -1419,7 +1419,7 @@ class TestCore(SupersetTestCase):
"/superset/welcome",
f"/superset/dashboard/{dash_id}/",
"/superset/profile/admin/",
f"/explore/?dataset_type=table&dataset_id={tbl_id}",
f"/explore/?datasource_type=table&datasource_id={tbl_id}",
]
for url in urls:
data = self.get_resp(url)