diff --git a/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json b/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json index 775050f95..f4674c901 100644 --- a/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json +++ b/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json @@ -54,6 +54,6 @@ } ], "description": "Fake analyzer used for functional tests", - "dataTypeList": ["domain", "thehive:case"], + "dataTypeList": ["domain", "thehive:case", "thehive:case_task", "thehive:case_artifact", "thehive:alert"], "command": "echoAnalyzer/echoAnalyzer.sh" }