actingAs(User::factory()->superuser()->create()) ->get(route('consumables.show', Consumable::factory()->create())) ->assertOk(); } }