Move 'Create Dictionary' calls from tab format to '=' format
[integration/test.git] / csit / suites / aaa / authn / 010_Credential_Authentication.robot
index ce7518adb284be1dc315775f5568a1089b29c7eb..631125201b04b992af1d9d03ecde9c1cb1b55536 100644 (file)
@@ -68,7 +68,7 @@ Validate That Authentication Fails With Wrong Token
 Make REST Transaction
     [Arguments]    ${expected_status_code}    ${auth_data}=${EMPTY}
     Create Session    ODL_SESSION    http://${CONTROLLER}:8181
-    ${headers}=    Create Dictionary    Content-Type    application/x-www-form-urlencoded
+    ${headers}=    Create Dictionary    Content-Type=application/x-www-form-urlencoded
     Run Keyword If    "${auth_data}" != "${EMPTY}"    Set To Dictionary    ${headers}    Authorization    Bearer ${auth_data}
     ${resp}=    RequestsLibrary.GET    ODL_SESSION    ${OPERATIONAL_NODES_API}    headers=${headers}
     Log    STATUS_CODE: ${resp.status_code} CONTENT: ${resp.content}