@@ -19,6 +19,7 @@ class NAPType extends AbstractType
->add('olt')
->add('extraData')
->add('tenancyId')
+ ->add('capacity')
;
}
@@ -109,6 +109,7 @@ class ONURESTControllerTest extends WebTestCaseBase
$datos['olt'] = 1;
$datos['name'] = 'NAP';
$datos['tenancyId'] = 1;
+ $datos['capacity'] = 8;
if ($key == null) {
return $datos;