Merge "Fix ignored unit test cases"

This commit is contained in:
Zuul
2025-07-14 13:56:28 +00:00
committed by Gerrit Code Review

View File

@@ -214,8 +214,7 @@ describe 'nova::migration::libvirt' do
:auth => 'inexistent_auth',
})
end
it { expect { is_expected.to contain_class('nova::compute::libvirt') }.to \
raise_error(Puppet::Error) }
it { is_expected.to raise_error(Puppet::Error) }
end
context 'when not configuring libvirt' do