mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: Removes the Profile feature (#26462)
This commit is contained in:
committed by
GitHub
parent
b245e66198
commit
8f8c435d7c
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user