Skip to content

Commit

Permalink
Palo Alto Cortex XDR | Undo change to list split for get incidents tr…
Browse files Browse the repository at this point in the history
…igger (#2903)

* Undo change to list split for get incidents trigger

* Black formatting

* Remove self.maxdiff in unit test

* Update spec file
  • Loading branch information
cmcnally-r7 authored and rmurray-r7 committed Nov 5, 2024
1 parent 8a760b5 commit 6d338df
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": [{"hostname": "example-host"}, {"hostname": "example-host-2"}],
"hosts": ["example-host", "example-host-2"],
"users": ["administrator"],
"incident_sources": ["XDR Agent"],
"wildfire_hits": 4,
Expand Down

0 comments on commit 6d338df

Please sign in to comment.