From 955d904e9c1455c49f9685b38157910458d9450d Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Mon, 15 Feb 2021 17:15:20 +0100 Subject: [PATCH] Update MEC 013 users endpoint (fix #33) --- SRV/UELOCLOOK/PlatUeLocationLookup.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SRV/UELOCLOOK/PlatUeLocationLookup.robot b/SRV/UELOCLOOK/PlatUeLocationLookup.robot index e9923a6..0ab21d4 100644 --- a/SRV/UELOCLOOK/PlatUeLocationLookup.robot +++ b/SRV/UELOCLOOK/PlatUeLocationLookup.robot @@ -87,7 +87,7 @@ Get list of user equipments [Arguments] ${key} ${value} Set Headers {"Accept":"application/json"} Set Headers {"Authorization":"${TOKEN}"} - Get ${apiRoot}/${apiName}/${apiVersion}/users?${key}=${value} + Get ${apiRoot}/${apiName}/${apiVersion}/queries/users?${key}=${value} ${output}= Output response Set Suite Variable ${response} ${output} @@ -96,6 +96,6 @@ Get specific user equipments [Arguments] ${userId} Set Headers {"Accept":"application/json"} Set Headers {"Authorization":"${TOKEN}"} - Get ${apiRoot}/${apiName}/${apiVersion}/users/${userId} + Get ${apiRoot}/${apiName}/${apiVersion}/queries/users/${userId} ${output}= Output response Set Suite Variable ${response} ${output} -- GitLab