mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Change chart_is_fav to chart_is_favorite (#12075)
* Change chart_is_fav to chart_is_favorite * Trigger cypress tests * Retrigger cypress tests * Retrigger all tests * Dashboard * Additions
This commit is contained in:
@@ -923,7 +923,7 @@ class TestChartApi(SupersetTestCase, ApiOwnersTestCaseMixin):
|
||||
)
|
||||
|
||||
arguments = {
|
||||
"filters": [{"col": "id", "opr": "chart_is_fav", "value": True}],
|
||||
"filters": [{"col": "id", "opr": "chart_is_favorite", "value": True}],
|
||||
"order_column": "slice_name",
|
||||
"order_direction": "asc",
|
||||
"keys": ["none"],
|
||||
|
||||
@@ -368,7 +368,7 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin):
|
||||
)
|
||||
|
||||
arguments = {
|
||||
"filters": [{"col": "id", "opr": "dashboard_is_fav", "value": True}],
|
||||
"filters": [{"col": "id", "opr": "dashboard_is_favorite", "value": True}],
|
||||
"order_column": "dashboard_title",
|
||||
"order_direction": "asc",
|
||||
"keys": ["none"],
|
||||
@@ -431,7 +431,7 @@ class TestDashboardApi(SupersetTestCase, ApiOwnersTestCaseMixin):
|
||||
.all()
|
||||
)
|
||||
arguments = {
|
||||
"filters": [{"col": "id", "opr": "dashboard_is_fav", "value": False}],
|
||||
"filters": [{"col": "id", "opr": "dashboard_is_favorite", "value": False}],
|
||||
"order_column": "dashboard_title",
|
||||
"order_direction": "asc",
|
||||
"keys": ["none"],
|
||||
|
||||
Reference in New Issue
Block a user