mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: proper current_app.config proxy usage (#34345)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
6c9cda758a
commit
cb27d5fe8d
@@ -25,6 +25,7 @@ if TYPE_CHECKING:
|
||||
from flask.testing import FlaskClient
|
||||
|
||||
|
||||
# DEPRECATED: Creating global app instance - use app fixture from conftest.py instead
|
||||
superset_config_module = environ.get(
|
||||
"SUPERSET_CONFIG", "tests.integration_tests.superset_test_config"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user