diff --git a/thehive/test/resources/data/ObservableData.json b/thehive/test/resources/data/ObservableData.json index 344dc8f62b..e6ce874b7f 100644 --- a/thehive/test/resources/data/ObservableData.json +++ b/thehive/test/resources/data/ObservableData.json @@ -2,5 +2,8 @@ {"from": "h.fr", "to": "data-h.fr"}, {"from": "c.fr", "to": "data-c.fr"}, {"from": "perdu.com", "to": "data-perdu.com"}, - {"from": "alert-h.fr", "to": "data-h.fr"} + {"from": "alert-h.fr", "to": "data-h.fr"}, + {"from": "mergeObs211","to": "data-h.fr"}, + {"from": "mergeObs231", "to": "data-c.fr"}, + {"from": "mergeObs232", "to": "data-perdu.com"} ] diff --git a/thehive/test/resources/data/ObservableObservableType.json b/thehive/test/resources/data/ObservableObservableType.json index bf3337b719..549acfcae5 100644 --- a/thehive/test/resources/data/ObservableObservableType.json +++ b/thehive/test/resources/data/ObservableObservableType.json @@ -3,5 +3,8 @@ {"from": "c.fr", "to": "domain"}, {"from": "helloworld", "to": "file"}, {"from": "perdu.com", "to": "domain"}, - {"from": "alert-h.fr", "to": "domain"} + {"from": "alert-h.fr", "to": "domain"}, + {"from": "mergeObs211","to": "domain"}, + {"from": "mergeObs231", "to": "domain"}, + {"from": "mergeObs232", "to": "domain"} ]