mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
test: autouse app_context in unit tests (#20911)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
from sqlalchemy.orm.session import Session
|
||||
|
||||
|
||||
def test_table_model(app_context: None, session: Session) -> None:
|
||||
def test_table_model(session: Session) -> None:
|
||||
"""
|
||||
Test basic attributes of a ``Table``.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user