jroachgolf84 commented on code in PR #51893:
URL: https://github.com/apache/airflow/pull/51893#discussion_r2164177617
##########
providers/http/tests/unit/http/hooks/test_http.py:
##########
@@ -667,7 +669,7 @@ def test_process_extra_options_from_connection(self):
"max_redirects": 3,
"trust_env": False,
}
- assert actual == {"bearer": "test"}
+ assert actual_conn_extra == {"bearer": "test"}
Review Comment:
You're 100% right, that's been changed!
--
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]