Browse Source

Cambio id de access para test

gabriel 6 năm trước cách đây
mục cha
commit
7c2ef84bc5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';
+        $datos['name'] = 'nombre prueba REST';
         $datos['password'] = 'clave';
         $datos['static_ip'] = '127.0.0.1';
         $datos['comments'] = 'comentarios';