gabriel 6 лет назад
Родитель
Сommit
b0ae84a7d7
1 измененных файлов с 1 добавлено и 1 удалено
  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;