Move 'Create Dictionary' calls from tab format to '=' format
[integration/test.git] / csit / suites / openflowplugin / Sanity3Node / 010__Flows_OF13_Cluster.robot
index 467f23995a50495fdf6b5aded64e63ff67bfdc0a..b66b1d686eb051a8dd17cd751058f8c4888a0818 100644 (file)
@@ -402,6 +402,6 @@ Create Controllers Sessions
 
 Get Controller Response
     [Arguments]    ${session}    ${url}
-    ${headers}=    Create Dictionary    Accept    application/xml
+    ${headers}=    Create Dictionary    Accept=application/xml
     ${resp}=    Get    ${session}    ${url}    headers=${headers}
     Return From Keyword    ${resp}