瀏覽代碼

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
         // inicializo con los datos del webservicemock
         $this->initDefault();
         $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
         // hago la inserccion llamando al servicio por post
         $this->getClient()->request('POST', $this->getUri(), $this->obtainData());
         $this->getClient()->request('POST', $this->getUri(), $this->obtainData());
         // obtengo la respuesta
         // obtengo la respuesta