Skip to content

Commit

Permalink
Added one assertion statement
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabharadwaj198 committed Dec 2, 2024
1 parent 3a0ad93 commit c4eda2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def test_expected_settings(self):
except Exception as e:
self.logger.error(f"Exception while getting index settings {e}")
raise e
self.assertEqual(expected_settings, actual_settings)
self.assertEqual(expected_settings, actual_settings, f"Index settings do not match expected settings, expected {expected_settings}, but got {actual_settings}")

0 comments on commit c4eda2b

Please sign in to comment.