Commit 4ab4dd45 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix on UE Location Lookup

parent 43ed693f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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