aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-12-10 19:30:40 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-10 19:30:40 +0000
commitde5ce6c2f3ad5064a8d55cae58fb9c74d6718a5b (patch)
tree191f36a525fdf39e9555d29d820eb7f7bb172f03 /tests
parentd3c71b158a799285d2f356ceccb446d33e156520 (diff)
parent8db29f88e11f3ce68d31255d5189a0233b8cc5d1 (diff)
Merge "Fixed the CSIT Failures"
Diffstat (limited to 'tests')
-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}