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:
Josh Soref
2023-01-25 18:35:08 -05:00
committed by GitHub
parent 8c38878048
commit 02e5dcbbf2
23 changed files with 38 additions and 38 deletions

View File

@@ -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")