aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot')
-rw-r--r--test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
index 182737f54..3ce4be485 100644
--- a/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
+++ b/test/csit/tests/holmes/testcase/RuleMgt/Rule-Keywords.robot
@@ -34,7 +34,7 @@ traversalRuleAttribute
[Arguments] ${responseJsonData} ${expectAttrDic}
[Documentation] ${expectAttrDic} : The data type is dictionary;
... key is the name of the attribute, value is the expected value of the attribute.
- @{responseRules} Get From Dictionary ${responseJsonData} rules
+ @{responseRules} Get From Dictionary ${responseJsonData} correlationRules
: FOR ${rule} IN @{responseRules}
\ log ${rule}
\ verifyRuleAttribute ${rule} ${expectAttrDic}