ashb commented on code in PR #51893:
URL: https://github.com/apache/airflow/pull/51893#discussion_r2163594969


##########
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:
   Is it worth testing that `extra_options` isn't modified 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