mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Added filter in ControlPanelsContainer for explore V2 (#1647)
* Added filter in ControlPanelsContainer * Move function for getting url params object to utils * Fixed python test * Move Filter to separate component * Added specs and made changes based on comments * Moved specs to right folder
This commit is contained in:
@@ -430,7 +430,7 @@ class CoreTests(SupersetTestCase):
|
||||
url = '/superset/fetch_datasource_metadata?datasource_type=table&' \
|
||||
'datasource_id=1'
|
||||
resp = json.loads(self.get_resp(url))
|
||||
self.assertEqual(len(resp['field_options']), 20)
|
||||
self.assertEqual(len(resp['field_options']), 21)
|
||||
|
||||
def test_fetch_all_tables(self):
|
||||
self.login(username='admin')
|
||||
|
||||
Reference in New Issue
Block a user