Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnah199 committed Dec 10, 2024
1 parent b1f522d commit 71ef25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/azure_ai_search/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ def wait_for_index_deletion(client, index_name):
if not wait_for_index_deletion(client, index_name):
logger.error(f"Index {index_name} was not properly deleted.")
except ResourceNotFoundError:
logger.info(f"Index {index_name} was already deleted or not found.")
logger.error(f"Index {index_name} was already deleted or not found.")
except Exception as e:
logger.error(f"Unexpected error when deleting index {index_name}: {e}")

0 comments on commit 71ef25c

Please sign in to comment.