actingAs(User::factory()->superuser()->create()) ->get(route('locations.show', Location::factory()->create()->id)) ->assertOk(); } }