Skip to content

Commit

Permalink
Merge pull request kruize#1436 from khansaad/fix-rm-negative-test-fai…
Browse files Browse the repository at this point in the history
…lure

Fix Remote Monitoring Negative Test Failure
  • Loading branch information
chandrams authored Dec 20, 2024
2 parents 9354697 + b410b27 commit 8d912f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ def test_update_results__duplicate_records_with_single_exp_multiple_results(clus
results = "true"
recommendations = "false"
latest = "false"
response = list_experiments(results, recommendations, latest, experiment_name)
response = list_experiments(results, recommendations, latest, experiment_name, True)

list_exp_json = response.json()
assert response.status_code == SUCCESS_200_STATUS_CODE
Expand Down

0 comments on commit 8d912f5

Please sign in to comment.