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:
@@ -20,7 +20,7 @@ from freezegun import freeze_time
|
||||
from pytest_mock import MockFixture
|
||||
|
||||
|
||||
def test_export_assets_command(mocker: MockFixture, app_context: None) -> None:
|
||||
def test_export_assets_command(mocker: MockFixture) -> None:
|
||||
"""
|
||||
Test that all assets are exported correctly.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user