mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
test: autouse app_context in unit tests (#20911)
This commit is contained in:
@@ -21,7 +21,7 @@ import json
|
||||
from sqlalchemy.orm.session import Session
|
||||
|
||||
|
||||
def test_export(app_context: None, session: Session) -> None:
|
||||
def test_export(session: Session) -> None:
|
||||
"""
|
||||
Test exporting a dataset.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user