mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore(tests): Spelling (#25454)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Evan Rusackas <evan@preset.io> Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
This commit is contained in:
@@ -968,7 +968,7 @@ class TestPrestoDbEngineSpec(TestDbEngineSpec):
|
||||
result = PrestoEngineSpec._extract_error_message(exception)
|
||||
assert result == "name at location: msg"
|
||||
|
||||
def test_extract_error_message_db_errr(self):
|
||||
def test_extract_error_message_db_error(self):
|
||||
from pyhive.exc import DatabaseError
|
||||
|
||||
exception = DatabaseError({"message": "Err message"})
|
||||
|
||||
Reference in New Issue
Block a user