amoghrajesh commented on code in PR #57744:
URL: https://github.com/apache/airflow/pull/57744#discussion_r2538157550
##########
task-sdk/tests/task_sdk/bases/test_hook.py:
##########
@@ -101,7 +101,7 @@ def test_get_connection_secrets_backend_configured(self,
mock_supervisor_comms,
path = tmp_path / "conn.env"
path.write_text("CONN_A=mysql://host_a")
- with conf_vars(
+ with task_sdk_conf_vars(
Review Comment:
Handled via: def load_test_config(self):
##########
task-sdk/tests/task_sdk/bases/test_hook.py:
##########
@@ -101,7 +101,7 @@ def test_get_connection_secrets_backend_configured(self,
mock_supervisor_comms,
path = tmp_path / "conn.env"
path.write_text("CONN_A=mysql://host_a")
- with conf_vars(
+ with task_sdk_conf_vars(
Review Comment:
Handled via: 4a0e96022a9123035ca2ea247422300a635ed926
--
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]