potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2206418316


##########
task-sdk/tests/task_sdk/definitions/test_secrets_masker.py:
##########
@@ -477,6 +477,7 @@ def reset_secrets_masker_and_skip_escape(self):
         with patch(
             "airflow.sdk.execution_time.secrets_masker._secrets_masker", 
return_value=self.secrets_masker
         ):
+            # TODO(potiuk): likely we can remove that patch

Review Comment:
   Tested. No. It still should remain here :)



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