diff --git a/thehive/test/resources/data/Procedure.json b/thehive/test/resources/data/Procedure.json index d908b1b1ad..09d81e8a47 100644 --- a/thehive/test/resources/data/Procedure.json +++ b/thehive/test/resources/data/Procedure.json @@ -2,11 +2,13 @@ { "id": "testProcedure1", "description": "The testProcedure 1", - "occurence": 1531667370000 + "occurDate": 1531667370000, + "tactic": "tactic1" }, { "id": "testProcedure2", "description": "The testProcedure 2", - "occurence": 1531667370000 + "occurDate": 1531667370000, + "tactic": "tactic2" } ] \ No newline at end of file