Fix ignored unit test cases
Change-Id: Ie9172f04b9a94fe45f94fba59ae634024178dc61 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -10,7 +10,7 @@ describe 'magnum::keystone::authtoken' do
|
||||
|
||||
context 'without required password parameter' do
|
||||
before { params.delete(:password) }
|
||||
it { expect { is_expected.to raise_error(Puppet::Error) } }
|
||||
it { is_expected.to raise_error(Puppet::Error) }
|
||||
end
|
||||
|
||||
context 'with default parameters' do
|
||||
|
||||
Reference in New Issue
Block a user