mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
integration test
This commit is contained in:
@@ -53,7 +53,7 @@ def test_convert_dashboard_link() -> None:
|
||||
("xpto://localhost:[3/1/", False),
|
||||
],
|
||||
)
|
||||
def test_is_safe_url(url: str, is_safe: bool) -> None:
|
||||
def test_is_safe_url(app_context: None, url: str, is_safe: bool) -> None:
|
||||
from superset import app
|
||||
from superset.utils.urls import is_safe_url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user