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:
@@ -233,7 +233,7 @@ class TestDatasource(SupersetTestCase):
|
||||
resp = self.get_json_resp(url)
|
||||
self.assertEqual(resp["error"], "Only `SELECT` statements are allowed")
|
||||
|
||||
def test_external_metadata_for_mutistatement_virtual_table(self):
|
||||
def test_external_metadata_for_multistatement_virtual_table(self):
|
||||
self.login(username="admin")
|
||||
table = SqlaTable(
|
||||
table_name="multistatement_sql_table",
|
||||
|
||||
Reference in New Issue
Block a user