This commit is contained in:
spencerrlongg 2025-03-04 17:10:39 -06:00
parent d6f0b580b6
commit fe76333ec2

View file

@ -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,
], ],