This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3f6b5574c6 Migrated remaining google cloud operators to pytest (#30177)
add de8e07dc6f fix update_mask in patch variable route (#29711)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/connection_endpoint.py | 10 +---
.../endpoints/update_mask.py} | 25 +++++-----
.../api_connexion/endpoints/variable_endpoint.py | 24 ++++++----
tests/api_connexion/endpoints/test_update_mask.py | 56 ++++++++++++++++++++++
.../endpoints/test_variable_endpoint.py | 16 +++++--
5 files changed, 98 insertions(+), 33 deletions(-)
copy airflow/{api/common/experimental/get_task.py =>
api_connexion/endpoints/update_mask.py} (59%)
create mode 100644 tests/api_connexion/endpoints/test_update_mask.py