瀏覽代碼

Cambio nombre a minuscula

gabriel 6 年之前
父節點
當前提交
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;