Bläddra i källkod

Fix test REST

Espinoza Guillermo 7 år sedan
förälder
incheckning
9833e84767
1 ändrade filer med 2 tillägg och 2 borttagningar
  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,
         ];