potiuk commented on a change in pull request #17637:
URL: https://github.com/apache/airflow/pull/17637#discussion_r689755902
##########
File path: tests/providers/apache/hdfs/hooks/test_webhdfs.py
##########
@@ -67,7 +68,7 @@ def test_get_conn_kerberos_security_mode(
conn = self.webhdfs_hook.get_conn()
connection = mock_get_connections.return_value[0]
-
mock_kerberos_client.assert_called_once_with(f'http://{connection.host}:{connection.port}')
+
mock_kerberos_client.assert_called_once_with(f'http://{connection.host}:{connection.port}',
session=None)
Review comment:
Could you please add test cases with "use_ssl" and `verify`? (Maybe a
`@parameterized`) test even
--
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]