From 99db451cbc9ddabc1085e4734ce3ea8ed0d83b61 Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Wed, 6 Sep 2017 17:52:01 +0800 Subject: Change the API Path Change the API path from onapapi to api Change-Id: Ie607942ce1554f0e3bb0abf72c3ed6a2d54dacc9 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu --- .../java/org/onap/holmes/rulemgt/db/CorrelationRuleQueryDaoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rulemgt/src/test/java') diff --git a/rulemgt/src/test/java/org/onap/holmes/rulemgt/db/CorrelationRuleQueryDaoTest.java b/rulemgt/src/test/java/org/onap/holmes/rulemgt/db/CorrelationRuleQueryDaoTest.java index 3854cdc..e028a2c 100644 --- a/rulemgt/src/test/java/org/onap/holmes/rulemgt/db/CorrelationRuleQueryDaoTest.java +++ b/rulemgt/src/test/java/org/onap/holmes/rulemgt/db/CorrelationRuleQueryDaoTest.java @@ -131,7 +131,7 @@ public class CorrelationRuleQueryDaoTest { value.put("rid", "rule_" + System.currentTimeMillis()); value.put("description", "desc"); value.put("enable", 0); - value.put("templateID", 1); + value.put("templateID", 1L); value.put("engineId", "engine-001"); value.put("engineType", "engineType-001"); value.put("creator", "admin"); -- cgit 1.2.3-korg