Lee-W commented on code in PR #48865:
URL: https://github.com/apache/airflow/pull/48865#discussion_r2042287031
##########
providers/elasticsearch/tests/unit/elasticsearch/hooks/test_elasticsearch.py:
##########
@@ -204,6 +204,14 @@ def test_execute_sql_query(self, mock_es):
assert response == RESPONSE_WITHOUT_CURSOR
+ def test_connection_ignore_cursor_parameters(self):
Review Comment:
May I know what does this test case do?
--
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]