Skip to content

Commit

Permalink
Change log message
Browse files Browse the repository at this point in the history
  • Loading branch information
TOUFIKIzakarya committed Nov 9, 2023
1 parent 3428dae commit 048177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sekoiaio_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", []))

Expand Down

0 comments on commit 048177f

Please sign in to comment.