Taragolis commented on code in PR #35707:
URL: https://github.com/apache/airflow/pull/35707#discussion_r1407283542


##########
tests/providers/elasticsearch/log/test_es_task_handler.py:
##########
@@ -694,12 +691,10 @@ def test_retrieve_retry_on_timeout():
     """
     with conf_vars(
         {
-            ("elasticsearch_configs", "retry_timeout"): "True",
+            ("elasticsearch_configs", "retry_on_timeout"): "True",

Review Comment:
   From test docstring: ```Test if retrieve timeout is converted to 
retry_on_timeout.```



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