From 57280f5a5956bf08e16c213338e61fc6794e0047 Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Fri, 20 Dec 2019 17:02:55 +0100 Subject: [PATCH] Fix on UE Location Lookup --- SRV/UELOCLOOK/PlatUeLocationLookup.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SRV/UELOCLOOK/PlatUeLocationLookup.robot b/SRV/UELOCLOOK/PlatUeLocationLookup.robot index 5401d95..7cbfe1f 100644 --- a/SRV/UELOCLOOK/PlatUeLocationLookup.robot +++ b/SRV/UELOCLOOK/PlatUeLocationLookup.robot @@ -26,8 +26,8 @@ TC_MEC_SRV_UELOCLOOK_001_OK [Tags] PIC_MEC_PLAT PIC_SERVICES Get list of user equipments zoneId ${ZONE_ID} Check HTTP Response Status Code Is 200 - Check HTTP Response Body Json Schema Is UserInfo - Check Result Contains ${response['body']['userInfo']} zoneId ${ZONE_ID} + Check HTTP Response Body Json Schema Is UserList + Check Result Contains ${response['body']['userList']['user']} zoneId ${ZONE_ID} TC_MEC_SRV_UELOCLOOK_001_BR @@ -60,4 +60,4 @@ Get list of user equipments Set Headers {"Authorization":"${TOKEN}"} Get ${apiRoot}/${apiName}/${apiVersion}/users?${key}=${value} ${output}= Output response - Set Suite Variable ${response} ${output} \ No newline at end of file + Set Suite Variable ${response} ${output} -- GitLab