Skip to content

Commit

Permalink
Changed the assertion to check if it contains
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <[email protected]>
  • Loading branch information
chandrams committed Oct 27, 2023
1 parent bcf4177 commit 49d33af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_update_results_with_missing_metrics_section(test_name, result_json_file
error_data=d["errors"]
for err in error_data:
actual_error_message = err["message"]
assert actual_error_message == error_message
assert error_message in actual_error_message

response = delete_experiment(input_json_file)
print("delete exp = ", response.status_code)
Expand Down

0 comments on commit 49d33af

Please sign in to comment.