Skip to content

Commit

Permalink
update green / yellow health check
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Sep 21, 2023
1 parent 6562d91 commit 840a259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation_workflow/api_test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_cases(self, projects: list) -> Any:
test_cases = [
['https://localhost:9200/', 200, ''],
['https://localhost:9200/_cat/plugins?v', 200, ''],
['https://localhost:9200/_cat/health?v', 200, ['green', 'yellow'],
['https://localhost:9200/_cat/health?v', 200, ['green', 'yellow']],
]
if ("opensearch-dashboards" in projects):
test_cases.append(['http://localhost:5601/api/status', 200, ''])
Expand Down

0 comments on commit 840a259

Please sign in to comment.