mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +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:
@@ -1619,7 +1619,7 @@ class TestCore(SupersetTestCase):
|
||||
Handle injected exceptions from the db mutator
|
||||
"""
|
||||
|
||||
# Assert we can handle a custom excetion at the mutator level
|
||||
# Assert we can handle a custom exception at the mutator level
|
||||
exception = SupersetException("Error message")
|
||||
mock_db_connection_mutator.side_effect = exception
|
||||
dash = db.session.query(Dashboard).first()
|
||||
|
||||
Reference in New Issue
Block a user