From 048177f491ed3740b9c3531084b7555a164496a9 Mon Sep 17 00:00:00 2001 From: TOUFIKI Zakarya Date: Thu, 9 Nov 2023 09:27:53 +0100 Subject: [PATCH] Change log message --- sekoiaio_connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sekoiaio_connector.py b/sekoiaio_connector.py index 28b3e3e..e91ee9d 100644 --- a/sekoiaio_connector.py +++ b/sekoiaio_connector.py @@ -219,7 +219,7 @@ def _handle_get_indicator(self, param): if phantom.is_fail(ret_val): return action_result.get_status() - self.save_progress("Great, we get response from the endpoint !!") + self.save_progress("Received response from endpoint") # Add the response into the data section action_result.add_data(response.get("items", []))