Skip to content

Commit

Permalink
Fixed an issue where test button failed with un informative error. (#…
Browse files Browse the repository at this point in the history
…34967)

* Fixed an issue where test button failed with un informative error.

* Bumped the docker image
  • Loading branch information
omerKarkKatz committed Jun 20, 2024
1 parent 80abdae commit a9d259e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Packs/AutoFocus/Integrations/AutofocusV2/AutofocusV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ def rerun_command_if_required(api_res: dict, retry_on_rate_limit: bool):
else:
results = CommandResults(
readable_output=f'Error in API call to AutoFocus.\nMessage: {api_res.get("message")}',
entry_type=EntryType.ERROR
entry_type=EntryType.ERROR,
raw_response=f'Error in API call to AutoFocus.\nMessage: {api_res.get("message")}'
)
return_results(results)

Expand Down
2 changes: 1 addition & 1 deletion Packs/AutoFocus/Integrations/AutofocusV2/AutofocusV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ script:
description: The domain name.
type: String
polling: true
dockerimage: demisto/python3:3.10.13.86272
dockerimage: demisto/python3:3.10.14.98471
runonce: false
script: '-'
subtype: python3
Expand Down
7 changes: 7 additions & 0 deletions Packs/AutoFocus/ReleaseNotes/2_2_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Integrations

##### Palo Alto Networks AutoFocus v2

- Updated the Docker image to: *demisto/python3:3.10.14.98471*.
- Fixed an issue where test button failed with un informative error.
2 changes: 1 addition & 1 deletion Packs/AutoFocus/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AutoFocus by Palo Alto Networks",
"description": "Use the Palo Alto Networks AutoFocus integration to distinguish the most\n important threats from everyday commodity attacks.",
"support": "xsoar",
"currentVersion": "2.2.2",
"currentVersion": "2.2.3",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit a9d259e

Please sign in to comment.