Reformat '* On Session' keywords (aaa)
[integration/test.git] / csit / libraries / AAAKeywords.robot
index 33e56505ecbe8015f4d3a1f18080024520bb0fac..0ea0618828ea933933975213b1d67b71b7716bde 100644 (file)
@@ -87,7 +87,10 @@ Get User From IDM DB
     [Arguments]    ${user_id}=${EMPTY}
     Create Session    httpbin    http://${ODL_SYSTEM_IP}:${RESTPORT}
     ${headers}=    Create Dictionary    Content-Type=application/x-www-form-urlencoded
-    ${resp}=    RequestsLibrary.GET On Session    httpbin    url=${idmurl}/users/${user_id}    headers=${headers}
+    ${resp}=    RequestsLibrary.GET On Session
+    ...    httpbin
+    ...    url=${idmurl}/users/${user_id}
+    ...    headers=${headers}
     ...    expected_status=200
     Log    ${resp.text}
     RETURN    ${resp}