[cosmetic] remove 'List' prefix from list headers (#6725)

* [cosmetic] remove 'List' prefix from list headers

* Same change to connectors
This commit is contained in:
Maxime Beauchemin
2019-01-23 21:06:56 -08:00
committed by GitHub
parent 3ae7d32caa
commit 1ffee8b236
4 changed files with 17 additions and 17 deletions

View File

@@ -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')