kaxil commented on a change in pull request #13516:
URL: https://github.com/apache/airflow/pull/13516#discussion_r553048763



##########
File path: tests/kubernetes/test_client.py
##########
@@ -50,3 +56,10 @@ def test_enable_tcp_keepalive(self):
 
         self.assertEqual(HTTPConnection.default_socket_options, 
expected_http_connection_options)
         self.assertEqual(HTTPSConnection.default_socket_options, 
expected_https_connection_options)
+
+    def test_disable_verity_ssl(self):
+        self.assertTrue(Configuration.verify_ssl)
+
+        _disable_verity_ssl()

Review comment:
       ```suggestion
           _disable_verify_ssl()
   ```




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


Reply via email to