mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[cosmetic] remove 'List' prefix from list headers (#6725)
* [cosmetic] remove 'List' prefix from list headers * Same change to connectors
This commit is contained in:
committed by
GitHub
parent
3ae7d32caa
commit
1ffee8b236
@@ -462,8 +462,8 @@ class CoreTests(SupersetTestCase):
|
||||
|
||||
def test_gamma(self):
|
||||
self.login(username='gamma')
|
||||
assert 'List Charts' in self.get_resp('/chart/list/')
|
||||
assert 'List Dashboard' in self.get_resp('/dashboard/list/')
|
||||
assert 'Charts' in self.get_resp('/chart/list/')
|
||||
assert 'Dashboards' in self.get_resp('/dashboard/list/')
|
||||
|
||||
def test_csv_endpoint(self):
|
||||
self.login('admin')
|
||||
|
||||
Reference in New Issue
Block a user