Ver Fonte

Fix test REST

Espinoza Guillermo há 7 anos atrás
pai
commit
9833e84767

+ 2 - 2
src/IPv4Bundle/tests/Controller/REST/HostTypeRESTControllerTest.php

@@ -74,8 +74,8 @@ class HostTypeRESTControllerTest extends BaseRESTControllerTest
     protected function obtainData($key = null)
     {
         $datos = [
-            'name' => 'HostType',
-            'shortname' => 'hosttype',
+            'name' => 'HostType1',
+            'shortname' => 'hosttype1',
             'opcode' => 1,
         ];