Skip to content

Commit

Permalink
Modify Schema variable
Browse files Browse the repository at this point in the history
Signed-off-by: bharathappali <abharath@redhat.com>
  • Loading branch information
bharathappali committed Oct 15, 2024
1 parent c8e6e9e commit 43e2b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_accelerator_recommendation_if_exists(
list_reco_json = response.json()

# Validate the json against the json schema
errorMsg = validate_list_reco_json(list_reco_json, list_reco_namespace_json_local_monitoring_schema)
errorMsg = validate_list_reco_json(list_reco_json, list_reco_json_local_monitoring_schema)
assert errorMsg == ""

# Validate accelerator info
Expand Down

0 comments on commit 43e2b78

Please sign in to comment.