kaxil commented on code in PR #48949:
URL: https://github.com/apache/airflow/pull/48949#discussion_r2035244216
##########
task-sdk/tests/task_sdk/execution_time/test_supervisor.py:
##########
@@ -1409,6 +1415,9 @@ def test_handle_requests(
3. Checks that the buffer is updated with the expected response.
4. Verifies that the response is correctly decoded.
"""
+ mock_secrets_masker.return_value = SecretsMasker()
Review Comment:
Should we just mock the `SecretsMasker` in conftest. I had added the
following which unblocked me in one of the PRs
https://github.com/apache/airflow/blob/main/task-sdk/tests/conftest.py#L131-L133
Pavan had attempted a fix in https://github.com/apache/airflow/pull/48901/
--
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]