mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
test: autouse app_context in unit tests (#20911)
This commit is contained in:
@@ -1445,7 +1445,7 @@ def test_add_table_name(rls: str, table: str, expected: str) -> None:
|
||||
assert str(condition) == expected
|
||||
|
||||
|
||||
def test_get_rls_for_table(mocker: MockerFixture, app_context: None) -> None:
|
||||
def test_get_rls_for_table(mocker: MockerFixture) -> None:
|
||||
"""
|
||||
Tests for ``get_rls_for_table``.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user