mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore(misc): Spelling (#19678)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -451,7 +451,7 @@ class TestPostChartDataApi(BaseTestChartDataApi):
|
||||
|
||||
def test_with_invalid_where_parameter__400(self):
|
||||
self.query_context_payload["queries"][0]["filters"] = []
|
||||
# erroneus WHERE-clause
|
||||
# erroneous WHERE-clause
|
||||
self.query_context_payload["queries"][0]["extras"]["where"] = "(gender abc def)"
|
||||
|
||||
rv = self.post_assert_metric(CHART_DATA_URI, self.query_context_payload, "data")
|
||||
|
||||
Reference in New Issue
Block a user