Skip to content

Commit

Permalink
updating error msg
Browse files Browse the repository at this point in the history
Signed-off-by: Shekhar Saxena <shekhar.happy77@gmail.com>
  • Loading branch information
shekhar316 committed Sep 27, 2024
1 parent 6118091 commit d50046d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/scripts/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,5 @@ def validate_local_monitoring_recommendation_data_present(recommendations_json):

# Validate if all the containers are present
for i in range(list_reco_containers_length):
assert recommendations_json[0]['kubernetes_objects'][0]['containers'][i]['recommendations']['data']

assert recommendations_json[0]['kubernetes_objects'][0]['containers'][i]['recommendations']['data'], "Recommendations data is expected, but not present."

0 comments on commit d50046d

Please sign in to comment.