ashb commented on a change in pull request #14701:
URL: https://github.com/apache/airflow/pull/14701#discussion_r621264285
##########
File path: tests/providers/http/sensors/test_http.py
##########
@@ -201,6 +201,9 @@ def prepare_request(self, request):
self.response._content += ('/' +
request.params['date']).encode('ascii', 'ignore')
return self.response
+ def merge_environment_settings(self, _url, **kwargs):
+ return kwargs
+
Review comment:
Oh this in test code! I missed that first time round :D
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]