mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Removed fieldset from test
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
157a2ee869
commit
c5560e466e
|
@ -88,7 +88,6 @@ class ApiAssetModelsCest
|
|||
'model_number' => $temp_assetmodel->model_number,
|
||||
'name' => $temp_assetmodel->name,
|
||||
'notes' => $temp_assetmodel->notes,
|
||||
'fieldset' => null,
|
||||
];
|
||||
|
||||
$I->assertNotEquals($assetmodel->name, $data['name']);
|
||||
|
|
Loading…
Reference in a new issue