mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
refactor: Removes the Filter Box code (#26328)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
committed by
GitHub
parent
591f266543
commit
d9a3c3e1dd
@@ -125,14 +125,9 @@ class TestImportAssetsCommand(SupersetTestCase):
|
||||
}
|
||||
assert json.loads(dashboard.json_metadata) == {
|
||||
"color_scheme": None,
|
||||
"default_filters": "{}",
|
||||
"expanded_slices": {str(new_chart_id): True},
|
||||
"filter_scopes": {
|
||||
str(new_chart_id): {
|
||||
"region": {"scope": ["ROOT_ID"], "immune": [new_chart_id]}
|
||||
},
|
||||
},
|
||||
"import_time": 1604342885,
|
||||
"native_filter_configuration": [],
|
||||
"refresh_frequency": 0,
|
||||
"remote_id": 7,
|
||||
"timed_refresh_immune_slices": [new_chart_id],
|
||||
|
||||
Reference in New Issue
Block a user