|
@@ -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
|