Espinoza Guillermo пре 7 година
родитељ
комит
9833e84767
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/IPv4Bundle/tests/Controller/REST/HostTypeRESTControllerTest.php

+ 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,
         ];