From 15fe02438144494d9607884682cdb9634d1da03c Mon Sep 17 00:00:00 2001 From: Robin Riclet Date: Mon, 15 Feb 2021 17:12:52 +0100 Subject: [PATCH] #1766 fixed procedure unit tests --- thehive/test/resources/data/Procedure.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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