Browse Source

FD3-507 typo

Guillermo Espinoza 7 years ago
parent
commit
112bea4336
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/CablemodemBundle/tests/CablemodemRESTControllerTest.php

+ 1 - 1
src/CablemodemBundle/tests/CablemodemRESTControllerTest.php

@@ -134,7 +134,7 @@ class CablemodemRESTControllerTest extends WebTestCaseBase
     {
         // inicializo con los datos del webservicemock
         $this->initDefault();
-        $this->getClient()->request('POST', $this->getUriProfile(), $this->obtainDataProfile());
+        $this->getClient()->request('POST', $this->getUriProfiles(), $this->obtainDataProfiles());
         // hago la inserccion llamando al servicio por post
         $this->getClient()->request('POST', $this->getUri(), $this->obtainData());
         // obtengo la respuesta