Explorar o código

Cambio nombre a minuscula

gabriel %!s(int64=6) %!d(string=hai) anos
pai
achega
b0ae84a7d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/RadiusBundle/tests/AccessRESTControllerTest.php

+ 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;