Sfoglia il codice sorgente

Cambio id de access para test

gabriel 6 anni fa
parent
commit
6de80302c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/RadiusBundle/tests/AccessRESTControllerTest.php

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

@@ -73,7 +73,7 @@ class AccessRESTControllerTest extends WebTestCaseBase
     protected function obtainData($key = null)
     {
         $datos = array();
-        $datos['id'] = '1';
+        $datos['id'] = '999';
         $datos['profile'] = '1';
         $datos['clientId'] = '1';
         $datos['name'] = 'nombre';