This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch remove-legacy-ui
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e20b5b8dd21 Fix simple auth manager test
add 19882c48945 Move `check_last_log` to `tests_common`
No new revisions were added by this update.
Summary of changes:
.../core_api/routes/public/test_assets.py | 10 +--
.../core_api/routes/public/test_backfills.py | 6 +-
.../core_api/routes/public/test_connections.py | 14 ++---
.../core_api/routes/public/test_dag_parsing.py | 4 +-
tests_common/test_utils/logs.py | 71 ++++++++++++++++++++++
5 files changed, 88 insertions(+), 17 deletions(-)
create mode 100644 tests_common/test_utils/logs.py