|
@@ -79,15 +79,7 @@ class AccessRESTControllerTest extends WebTestCaseBase
|
|
|
$datos['name'] = 'nombre prueba REST';
|
|
|
$datos['password'] = 'clave';
|
|
|
$datos['static_ip'] = '127.0.0.1';
|
|
|
- $datos['comments'] = 'comentarios';
|
|
|
$datos['tenancyId'] = 1;
|
|
|
- $datos['extraData'] = '{"importado": {' .
|
|
|
- '"latitude":"18.33",' .
|
|
|
- '"longitude":"-15.99",' .
|
|
|
- '"address":"direccion",' .
|
|
|
- '"city_id":"1",' .
|
|
|
- '"city":"Ciudad"' .
|
|
|
- '}}';
|
|
|
|
|
|
if ($key == null) {
|
|
|
return $datos;
|