aboutsummaryrefslogtreecommitdiffstats
path: root/tests/holmes
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-12-07 17:14:15 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-12-07 17:14:53 +0800
commit8db29f88e11f3ce68d31255d5189a0233b8cc5d1 (patch)
tree5f3555bf8f92cf384ca1397aad2e89fcac213bc5 /tests/holmes
parent96028b74964d833bfb82322b8f5cc10d29b3da9b (diff)
Fixed the CSIT Failures
Issue-ID: HOLMES-183 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: Iff9c9b02fabf6110e1c4e50c85f1a35846dfcf18
Diffstat (limited to 'tests/holmes')
-rw-r--r--tests/holmes/testcase/CommonKeywords/HttpRequest.robot3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/holmes/testcase/CommonKeywords/HttpRequest.robot b/tests/holmes/testcase/CommonKeywords/HttpRequest.robot
index 45bec5ef..992db35e 100644
--- a/tests/holmes/testcase/CommonKeywords/HttpRequest.robot
+++ b/tests/holmes/testcase/CommonKeywords/HttpRequest.robot
@@ -9,8 +9,7 @@ httpPut
${headers} create dictionary Content-Type=application/json;charset=utf-8 Accept=application/json
create session microservices ${restHost} ${headers}
log ${data}
- ${putResponse} put request microservices ${restUrl} ${data} \ ${EMPTY}
- ... ${headers}
+ ${putResponse} put request microservices ${restUrl} ${data} ${headers}
log ${putResponse}
[Return] ${putResponse}