diff --git a/tests/scripts/local_monitoring_tests/fault_tolerant_test/kruize_pod_restart_test.py b/tests/scripts/local_monitoring_tests/fault_tolerant_test/kruize_pod_restart_test.py index 89225fbad..9fc03eeb3 100644 --- a/tests/scripts/local_monitoring_tests/fault_tolerant_test/kruize_pod_restart_test.py +++ b/tests/scripts/local_monitoring_tests/fault_tolerant_test/kruize_pod_restart_test.py @@ -195,7 +195,7 @@ def main(argv): # Fetch the recommendations for all the experiments latest = "false" interval_end_time = None - response = list_recommendations(experiment_name, latest, interval_end_time, rm=True) + response = list_recommendations(experiment_name, latest, interval_end_time) if response.status_code == SUCCESS_200_STATUS_CODE: list_reco_json_file_after = list_reco_json_dir + '/list_reco_json_after.json' write_json_data_to_file(list_reco_json_file_after, response.json())