소스 검색

FD3-507 typo

Guillermo Espinoza 7 년 전
부모
커밋
112bea4336
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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