From 234aa670050c54cc99b922dc30a1982e3a08351e Mon Sep 17 00:00:00 2001 From: msvinaykumar Date: Wed, 18 Dec 2024 10:52:55 +0530 Subject: [PATCH] Review comments incoporated Signed-off-by: msvinaykumar --- .../fault_tolerant_test/kruize_pod_restart_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())