Ver código fonte

Cambio nombre a minuscula

gabriel 6 anos atrás
pai
commit
b0ae84a7d7

+ 1 - 1
src/RadiusBundle/tests/AccessRESTControllerTest.php

@@ -76,7 +76,7 @@ class AccessRESTControllerTest extends WebTestCaseBase
         $datos['id'] = '999';
         $datos['profile'] = '1';
         $datos['clientId'] = '1';
-        $datos['name'] = 'nombre prueba REST';
+        $datos['name'] = 'nombre prueba rest';
         $datos['password'] = 'clave';
         $datos['static_ip'] = '127.0.0.1';
         $datos['tenancyId'] = 1;