Removed fieldset from test

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2020-05-12 20:17:35 -07:00
parent 157a2ee869
commit c5560e466e
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -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']);