mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
When a cd-rom is attached as an additional storage, listing the volumes can include a nil element. Make sure to check that the element is valid before attempting to access the attribute. Update the test to better match the observed behaviour. Fixes: #1209, #1262