From cd7ba3ac85d82a18f5458f3a5f2e3b1c14dfa54f Mon Sep 17 00:00:00 2001 From: Harsh <90236987+Lancelot03@users.noreply.github.com> Date: Sat, 20 May 2023 11:33:16 +0530 Subject: [PATCH] Update anomaly_data_view.py --- chaos_genius/views/anomaly_data_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaos_genius/views/anomaly_data_view.py b/chaos_genius/views/anomaly_data_view.py index bc3ffc29..fc2266ea 100644 --- a/chaos_genius/views/anomaly_data_view.py +++ b/chaos_genius/views/anomaly_data_view.py @@ -272,7 +272,7 @@ def kpi_anomaly_params(kpi_id: int): ) err, new_anomaly_params = validate_partial_anomaly_params( - req_data["anomaly_params"] + req_data["anomaly_params"] is None ) if err != "":