Skip to content

Commit

Permalink
Resolve elastic search deprecations in tests (#40299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirrao authored Jun 18, 2024
1 parent 3e4ed12 commit aa10d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/deprecations_ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
- tests/providers/databricks/operators/test_databricks.py::TestDatabricksSubmitRunDeferrableOperator::test_execute_complete_incorrect_event_validation_failure
- tests/providers/databricks/operators/test_databricks.py::TestDatabricksSubmitRunDeferrableOperator::test_execute_complete_success
- tests/providers/databricks/operators/test_databricks.py::TestDatabricksSubmitRunDeferrableOperator::test_execute_task_deferred
- tests/providers/elasticsearch/log/test_es_task_handler.py::test_retrieve_retry_on_timeout
- tests/providers/google/common/auth_backend/test_google_openid.py::TestGoogleOpenID::test_success
- tests/providers/google/cloud/hooks/test_bigquery.py::TestBigQueryHookMethods::test_api_resource_configs
- tests/providers/google/cloud/hooks/test_bigquery.py::TestBigQueryHookMethods::test_api_resource_configs_duplication_warning
Expand Down
2 changes: 1 addition & 1 deletion tests/providers/elasticsearch/log/test_es_task_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def test_retrieve_retry_on_timeout():
"""
with conf_vars(
{
("elasticsearch_configs", "retry_timeout"): "True",
("elasticsearch_configs", "retry_on_timeout"): "True",
}
):
args_from_config = get_es_kwargs_from_config().keys()
Expand Down

0 comments on commit aa10d1e

Please sign in to comment.