refactor: Removes the Profile feature (#26462)

This commit is contained in:
Michael S. Molina
2024-01-18 15:36:40 -03:00
committed by GitHub
parent b245e66198
commit 8f8c435d7c
35 changed files with 8 additions and 1508 deletions

View File

@@ -971,7 +971,6 @@ class TestCore(SupersetTestCase):
urls = [
"/superset/welcome",
f"/superset/dashboard/{dash_id}/",
"/superset/profile/",
f"/explore/?datasource_type=table&datasource_id={tbl_id}",
]
for url in urls:
@@ -1203,11 +1202,6 @@ class TestCore(SupersetTestCase):
is True
)
def test_redirect_new_profile(self):
self.login(username="admin")
resp = self.client.get("/superset/profile/")
assert resp.status_code == 302
def test_redirect_new_sqllab(self):
self.login(username="admin")
resp = self.client.get(