gabriel 7 years ago
parent
commit
f211b48a1d
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/FTTHBundle/Form/OLTType.php
  2. 1 1
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 0 - 1
src/FTTHBundle/Form/OLTType.php

@@ -35,7 +35,6 @@ class OLTType extends AbstractType
             ->add('extraData')
             ->add('tenancyId')
             ->add('enable')
-            ->add('backups')
         ;
 
         $builder->addEventListener(

+ 1 - 1
src/FTTHBundle/tests/ONURESTControllerTest.php

@@ -137,7 +137,7 @@ class ONURESTControllerTest extends WebTestCaseBase
         $datos['timePonStats'] = 5;
         $datos['timeOnuStats'] = 5;
         $datos['tenancyId'] = 1;
-        $datos['backups'] = 1;
+
         if ($key == null) {
             return $datos;
         } else {