This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 92b9c06e59 chore: Updating connection URI for MS SQL Server (#22903)
add 434b445e31 chore: increment statsd as warn (#23041)
No new revisions were added by this update.
Summary of changes:
superset/utils/decorators.py | 12 +++-
superset/views/base_api.py | 10 ++-
tests/integration_tests/base_tests.py | 8 +++
tests/integration_tests/utils/decorators_tests.py | 61 ----------------
tests/unit_tests/utils/test_decorators.py | 87 +++++++++++++++++++++++
5 files changed, 115 insertions(+), 63 deletions(-)
delete mode 100644 tests/integration_tests/utils/decorators_tests.py
create mode 100644 tests/unit_tests/utils/test_decorators.py