mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
Fix lint
This commit is contained in:
@@ -1181,7 +1181,7 @@ class TestGetChartDataApi(BaseTestChartDataApi):
|
||||
}
|
||||
|
||||
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
|
||||
@with_config(QUERY_CONTEXT_SIDECAR_URL="http://sidecar.internal")
|
||||
@with_config({"QUERY_CONTEXT_SIDECAR_URL": "http://sidecar.internal"})
|
||||
@mock.patch("superset.charts.data.api.ChartDataRestApi._get_data_response")
|
||||
@mock.patch("superset.charts.data.api.ChartDataCommand.validate")
|
||||
@mock.patch(
|
||||
@@ -1226,7 +1226,7 @@ class TestGetChartDataApi(BaseTestChartDataApi):
|
||||
}
|
||||
|
||||
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
|
||||
@with_config(QUERY_CONTEXT_SIDECAR_URL="http://sidecar.internal")
|
||||
@with_config({"QUERY_CONTEXT_SIDECAR_URL": "http://sidecar.internal"})
|
||||
@mock.patch("superset.charts.data.api.ChartDataRestApi._get_data_response")
|
||||
@mock.patch("superset.charts.data.api.ChartDataCommand.validate")
|
||||
@mock.patch(
|
||||
|
||||
Reference in New Issue
Block a user