This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch config_refactor
in repository https://gitbox.apache.org/repos/asf/superset.git
from 78680d2e4b fix: Use flask.current_app for mocking in unit tests
add 30e76823e6 fix: Replace module-level current_app patches with
flask.current_app
No new revisions were added by this update.
Summary of changes:
tests/integration_tests/base_api_tests.py | 2 +-
tests/integration_tests/charts/data/api_tests.py | 8 +++----
tests/integration_tests/core_tests.py | 2 +-
tests/integration_tests/dashboards/api_tests.py | 2 +-
tests/integration_tests/databases/api_tests.py | 2 +-
tests/integration_tests/reports/api_tests.py | 10 ++++----
tests/integration_tests/reports/commands_tests.py | 29 ++++++++++++++++-------
tests/integration_tests/thumbnails_tests.py | 8 +++----
tests/unit_tests/db_engine_specs/test_base.py | 2 +-
tests/unit_tests/db_engine_specs/test_gsheets.py | 4 ++--
tests/unit_tests/utils/test_decorators.py | 3 +--
11 files changed, 42 insertions(+), 30 deletions(-)