Merge "Fixed the CSIT Failures"
diff --git a/tests/holmes/testcase/CommonKeywords/HttpRequest.robot b/tests/holmes/testcase/CommonKeywords/HttpRequest.robot
index 45bec5e..992db35 100644
--- a/tests/holmes/testcase/CommonKeywords/HttpRequest.robot
+++ b/tests/holmes/testcase/CommonKeywords/HttpRequest.robot
@@ -9,8 +9,7 @@
${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}