diff --git a/plugins/palo_alto_cortex_xdr/unit_test/test_get_incidents.py b/plugins/palo_alto_cortex_xdr/unit_test/test_get_incidents.py index 2e43e5b580..ca72e4df54 100644 --- a/plugins/palo_alto_cortex_xdr/unit_test/test_get_incidents.py +++ b/plugins/palo_alto_cortex_xdr/unit_test/test_get_incidents.py @@ -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,