From 127e0d0f9f608daa8606da1ccfe056ecafd6854f Mon Sep 17 00:00:00 2001 From: To-om Date: Mon, 1 Mar 2021 15:55:35 +0100 Subject: [PATCH] #1264 Fix tests --- thehive/test/resources/data/ObservableData.json | 5 ++++- thehive/test/resources/data/ObservableObservableType.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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"} ]