sunank200 commented on PR #57467:
URL: https://github.com/apache/airflow/pull/57467#issuecomment-3460268526
@amoghrajesh i checked the test, it ran fine for me.
```
root@84abff8d2194:/opt/airflow# pytest -v
task-sdk/tests/task_sdk/bases/test_operator.py::test_render_template_fields_secret_masking
=======================================================================================================
test session starts
=======================================================================================================
platform linux -- Python 3.13.9, pytest-8.4.2, pluggy-1.6.0 --
/usr/local/bin/python3
cachedir: .pytest_cache
rootdir: /opt/airflow/task-sdk
configfile: pyproject.toml
plugins: unordered-0.7.0, asyncio-1.2.0, icdiff-0.9, instafail-0.5.0,
rerunfailures-16.1, custom-exit-code-0.3.0, timeouts-1.2.1, mock-3.15.1,
time-machine-2.19.0, requests-mock-1.12.1, cov-7.0.0, kgb-7.2, anyio-4.11.0,
xdist-3.8.0
asyncio: mode=Mode.STRICT, debug=False,
asyncio_default_fixture_loop_scope=function,
asyncio_default_test_loop_scope=function
setup timeout: 0.0s, execution timeout: 0.0s, teardown timeout: 0.0s
collected 1 item
task-sdk/tests/task_sdk/bases/test_operator.py::test_render_template_fields_secret_masking
PASSED
```
I will check functionality as well and post the result.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]