dabla commented on code in PR #48865:
URL: https://github.com/apache/airflow/pull/48865#discussion_r2042478806


##########
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:
   This test case tests the fix, as without ignoring those extra cursor 
parameters, it would fail in fact



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

Reply via email to