mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
test: autouse app_context in unit tests (#20911)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
from pytest_mock import MockerFixture
|
||||
|
||||
|
||||
def test_memoized_func(app_context: None, mocker: MockerFixture) -> None:
|
||||
def test_memoized_func(mocker: MockerFixture) -> None:
|
||||
"""
|
||||
Test the ``memoized_func`` decorator.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user