amoghrajesh commented on code in PR #48949:
URL: https://github.com/apache/airflow/pull/48949#discussion_r2035292392


##########
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:
   Yeah i think we can do that, do you think we should do in a follow up to 
unblock this critical bug?



-- 
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]

Reply via email to