Fixed the CSIT Failures 81/74381/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Fri, 7 Dec 2018 09:14:15 +0000 (17:14 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Fri, 7 Dec 2018 09:14:53 +0000 (17:14 +0800)
Issue-ID: HOLMES-183
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Change-Id: Iff9c9b02fabf6110e1c4e50c85f1a35846dfcf18

tests/holmes/testcase/CommonKeywords/HttpRequest.robot

index 45bec5e..992db35 100644 (file)
@@ -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}