|
@@ -62,6 +62,7 @@ class ONURESTControllerTest extends WebTestCaseBase
|
|
|
$datos['oltId'] = '';
|
|
|
$datos['modelId'] = '1';
|
|
|
$datos['napId'] = '1';
|
|
|
+ $datos['nap'] = 1;
|
|
|
$datos['profileId'] = '1';
|
|
|
$datos['mac'] = '00:11:22:33';
|
|
|
$datos['ponSerialNumber'] = 'pon';
|
|
@@ -268,7 +269,7 @@ class ONURESTControllerTest extends WebTestCaseBase
|
|
|
$this->assertJson($response->getContent(), "No se obtuvo un objeto json.");
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* Realiza el alta.
|
|
|
* post_onu -> /api/onus.{_format}
|