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