mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
fix test
This commit is contained in:
parent
d6f0b580b6
commit
fe76333ec2
|
@ -96,7 +96,7 @@ class EditAssetTest extends TestCase
|
||||||
$this->actingAs(User::factory()->viewAssets()->editAssets()->create())
|
$this->actingAs(User::factory()->viewAssets()->editAssets()->create())
|
||||||
->from(route('hardware.edit', $asset))
|
->from(route('hardware.edit', $asset))
|
||||||
->put(route('hardware.update', $asset), [
|
->put(route('hardware.update', $asset), [
|
||||||
'status_id' => $achived_status->id,
|
'status_id' => $archived_status->id,
|
||||||
'model_id' => $asset->model_id,
|
'model_id' => $asset->model_id,
|
||||||
'asset_tags' => $asset->asset_tag,
|
'asset_tags' => $asset->asset_tag,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue