This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ea55626d79 Clean up some more warnings in tests (#27085)
add 8efb678e77 Add separate error handler for 405(Method not allowed)
errors (#26880)
No new revisions were added by this update.
Summary of changes:
airflow/www/extensions/init_views.py | 10 ++++-
.../airflow/{not_found.html => error.html} | 6 +--
airflow/www/views.py | 19 ++++++++-
tests/api_connexion/test_error_handling.py | 47 ++++++++++++++++++----
4 files changed, 69 insertions(+), 13 deletions(-)
rename airflow/www/templates/airflow/{not_found.html => error.html} (91%)