Fix cluster test headers
[integration/test.git] / csit / libraries / ClusterKeywords.robot
index 57d80bf97e81b85de05ae0eed2b06d075258da09..04ab7b613abd3c2d017e4c4aa2ccfa98c8f63a3d 100644 (file)
@@ -64,7 +64,7 @@ Put And Check At URI In Cluster
     ...    and check the data is replicated in all instances in ${controller_index_list}.
     ${expected_body}=    Hsf Json    ${body}
     Log    ${body}
-    ${resp}    RequestsLibrary.Put Request    controller${controller_index}    ${uri}    ${body}    ${HEADERS_YANG_JSON}
+    ${resp}    RequestsLibrary.Put Request    controller${controller_index}    ${uri}    data=${body}    headers=${HEADERS_YANG_JSON}
     Log    ${resp.content}
     Log    ${resp.status_code}
     ${status_code}=    Convert To String    ${resp.status_code}