mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
test: autouse app_context in unit tests (#20911)
This commit is contained in:
@@ -74,7 +74,7 @@ def apply_dttm_defaults(table: "SqlaTable", dttm_defaults: Dict[str, Any]) -> No
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def test_table(app_context: None, session: Session) -> "SqlaTable":
|
||||
def test_table(session: Session) -> "SqlaTable":
|
||||
"""
|
||||
Fixture that generates an in-memory table.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user