diff --git a/SRV/UELOCLOOK/PlatUeLocationLookup.robot b/SRV/UELOCLOOK/PlatUeLocationLookup.robot index 5401d95c372fa954fbfa585673b55dded136607b..7cbfe1f1bad003f293462765d2a8ea5bdbf96a51 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}