ashb commented on a change in pull request #4938: [AIRFLOW-4117] Multi-staging 
Image - Travis CI tests [Step 3/3]
URL: https://github.com/apache/airflow/pull/4938#discussion_r299380351
 
 

 ##########
 File path: tests/contrib/hooks/test_jdbc_hook.py
 ##########
 @@ -47,7 +47,7 @@ def test_jdbc_conn_connection(self, jdbc_mock):
         jdbc_conn = jdbc_hook.get_conn()
         self.assertTrue(jdbc_mock.called)
         self.assertIsInstance(jdbc_conn, Mock)
-        self.assertEqual(jdbc_conn.name, jdbc_mock.return_value.name)
+        self.assertEqual(jdbc_conn.name, jdbc_mock.return_value.name)  # 
pylint: disable=no-member
 
 Review comment:
   Similar to the migration -- are we not filtering out our pylint-todo.txt 
anymore?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to