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,9 +96,9 @@ class EditAssetTest extends TestCase
|
|||
$this->actingAs(User::factory()->viewAssets()->editAssets()->create())
|
||||
->from(route('hardware.edit', $asset))
|
||||
->put(route('hardware.update', $asset), [
|
||||
'status_id' => $achived_status->id,
|
||||
'model_id' => $asset->model_id,
|
||||
'asset_tags' => $asset->asset_tag,
|
||||
'status_id' => $archived_status->id,
|
||||
'model_id' => $asset->model_id,
|
||||
'asset_tags' => $asset->asset_tag,
|
||||
],
|
||||
)
|
||||
->assertStatus(302);
|
||||
|
|
Loading…
Reference in a new issue