Ovsdb 3node clustering csit corner cases.
[integration/test.git] / csit / libraries / ClusterKeywords.robot
index b85bed1f9b8b344f0aee499f39c325496e8ced7d..0ba4b682e24ac7ab5ea8efe6149ea5292112c847 100644 (file)
@@ -110,7 +110,7 @@ Put And Check At URI In Cluster
     \    Should Be Equal    ${expected_body}    ${received_body}
 
 Delete And Check At URI In Cluster
-    [Arguments]    ${controller_index_list}    ${controller_index}    ${uri}    ${headers}=${HEADERS}
+    [Arguments]    ${controller_index_list}    ${controller_index}    ${uri}    ${headers}=${HEADERS_YANG_JSON}
     [Documentation]    Send a DELETE with the supplied ${uri} to a ${controller_index}
     ...    and check the data is removed from all instances in ${controller_index_list}.
     ${resp}    RequestsLibrary.Delete Request    controller${controller_index}    ${uri}    ${headers}