chz8494 commented on PR #38614:
URL: https://github.com/apache/airflow/pull/38614#issuecomment-2033101077

   @hussein-awala not sure if I'm doing it correctly, just added ssl case for 
v1 test. Also noticed a corner case problem with condition check, so I also 
change code to be:
   ```pythton
   if self.kwargs and "verify" in self.kwargs:
                   session.verify = self.kwargs["verify"]
   ```


-- 
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