zhongjiajie commented on a change in pull request #4535: [AIRFLOW-865] - 
Configure FTP connection mode
URL: https://github.com/apache/airflow/pull/4535#discussion_r249269795
 
 

 ##########
 File path: tests/contrib/hooks/test_ftp_hook.py
 ##########
 @@ -125,5 +127,50 @@ def test_retrieve_file_with_callback(self):
         self.conn_mock.retrbinary.assert_called_once_with('RETR path', func)
 
 
+class TestIntegrationFTPHook(unittest.TestCase):
+
+    def setUp(self):
+        super(TestIntegrationFTPHook, self).setUp()
+        from airflow import configuration
+        from airflow.utils import db
+        from airflow import models
+
+        configuration.load_test_config()
+        db.merge_conn(
+            models.Connection(
 
 Review comment:
   @OmerJog hope your PR can be merge

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to