gabriel 7 vuotta sitten
vanhempi
commit
de54b39c3e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 1 - 0
src/FTTHBundle/tests/ONURESTControllerTest.php

@@ -141,6 +141,7 @@ class ONURESTControllerTest extends WebTestCaseBase
         // realizo la consulta
         $data = $this->obtainDataChange($this->obtainData(), array('ponSerialNumber' => 'pon_modifi', 'id' => $id));
         $this->initDefault();
+        
         $this->getClient()->request('PUT', $this->getUriPutDelete() . $id, $data);
         // obtengo la respuesta
         $response = $this->getClient()->getResponse();