mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor copy filter_scopes and add tests (#9224)
* refactor copy filter_scopes and add tests * fix review comments
This commit is contained in:
@@ -360,7 +360,7 @@ class ImportExportTests(SupersetTestCase):
|
||||
dash_with_1_slice.position_json = """
|
||||
{{"DASHBOARD_VERSION_KEY": "v2",
|
||||
"DASHBOARD_CHART_TYPE-{0}": {{
|
||||
"type": "DASHBOARD_CHART_TYPE",
|
||||
"type": "CHART",
|
||||
"id": {0},
|
||||
"children": [],
|
||||
"meta": {{
|
||||
@@ -540,7 +540,7 @@ class ImportExportTests(SupersetTestCase):
|
||||
dash_with_1_slice.position_json = """
|
||||
{{"DASHBOARD_VERSION_KEY": "v2",
|
||||
"DASHBOARD_CHART_TYPE-{0}": {{
|
||||
"type": "DASHBOARD_CHART_TYPE",
|
||||
"type": "CHART",
|
||||
"id": {0},
|
||||
"children": [],
|
||||
"meta": {{
|
||||
|
||||
Reference in New Issue
Block a user