ashb commented on code in PR #57744:
URL: https://github.com/apache/airflow/pull/57744#discussion_r2537432249
##########
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:
See a previous comment I just left, I think this one should not exist and
```suggestion
with conf_vars(
```
should be made to Do The Right Thing.
--
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]