Plugtest 2021: MEC013: UELOCLOOK_001_OK not findind a defined parameter
When doing this test case... seeing the following:
Resolving variable '${item[zoneId]}' failed: NameError: name 'zoneId' is not defined
The named parameter above is defined in the answer received by the test tool. Not sure how the test validation is working but user is an array and that may be what brings an issue, although as i mentioned earlier, i am not aware of the way the validation is working.
For example.. here is the actual response:
"userList": {
"resourceURL": "http://myIp/mySandbox/location/v2/queries/users",
---> "user": [
{
"accessPointId": "4g-macro-cell-1",
"address": "10.10.0.3",
"locationInfo": {
"latitude": [
43.72835
],
"longitude": [
7.421479
],
"shape": 2,
"timestamp": {
"nanoSeconds": 0,
"seconds": 1613580011
}
},
"resourceURL": "http://myIp/mySandbox/simon/location/v2/queries/users?address=10.10.0.3",
"timestamp": {
"nanoSeconds": 0,
"seconds": 1613580011
},
---> "zoneId": "zone01"
},