Commit 22f68efa authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix on UE Location Lookup

parent f96c2247
Pipeline #2196 passed with stage
in 0 seconds
......@@ -90,3 +90,12 @@ Get list of user equipments
Get ${apiRoot}/${apiName}/${apiVersion}/users?${key}=${value}
${output}= Output response
Set Suite Variable ${response} ${output}
Get specific user equipments
[Arguments] ${userId}
Set Headers {"Accept":"application/json"}
Set Headers {"Authorization":"${TOKEN}"}
Get ${apiRoot}/${apiName}/${apiVersion}/users/${userId}
${output}= Output response
Set Suite Variable ${response} ${output}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment