Skip to content

Commit

Permalink
Palo Alto Cortex XDR | Updates (#2889)
Browse files Browse the repository at this point in the history
* Add custom config exceptions and update unit tests for errors

* Fix bug in get incidents trigger, update version

* Update checksum for task schema

* Util update, no unit tests for testing

* Broken unit test fix 2

* Fix unit tests
  • Loading branch information
cmcnally-r7 authored and rmurray-r7 committed Nov 5, 2024
1 parent 2519a0e commit 8a760b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_error():
"host_count": 1,
"xdr_url": "https://example.com/incident-view?caseId=1",
"starred": False,
"hosts": ["example-host", "example-host-2"],
"hosts": [{"hostname": "example-host"}, {"hostname": "example-host-2"}],
"users": ["administrator"],
"incident_sources": ["XDR Agent"],
"wildfire_hits": 4,
Expand Down

0 comments on commit 8a760b5

Please sign in to comment.