浏览代码

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