mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Change reference for slices to chart (#4049)
* change reference for slices to chart * change profile page reference * change reference for Associated Slices * change back to single quotes * fix other single quotes * linting * last one * fix test
This commit is contained in:
committed by
Maxime Beauchemin
parent
7d374428d3
commit
c84211ec44
@@ -548,7 +548,7 @@ class CoreTests(SupersetTestCase):
|
||||
|
||||
def test_gamma(self):
|
||||
self.login(username='gamma')
|
||||
assert 'List Slice' in self.get_resp('/slicemodelview/list/')
|
||||
assert 'List Charts' in self.get_resp('/slicemodelview/list/')
|
||||
assert 'List Dashboard' in self.get_resp('/dashboardmodelview/list/')
|
||||
|
||||
def test_csv_endpoint(self):
|
||||
|
||||
Reference in New Issue
Block a user