Fix ignored unit test cases

Change-Id: Ia420d479ce1ab105548a4174138d165fff7a65ee
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025年07月07日 23:30:08 +09:00
parent 5715c387b4
commit 9e3263cd86

View File

@@ -66,10 +66,10 @@ describe 'oslo::key_manager::barbican::service_user' do
end
context 'without password required parameter' do
let :params do
before do
params.delete(:password)
end
it { expect { is_expected.to raise_error(Puppet::Error) } }
it { is_expected.to raise_error(Puppet::Error) }
end
context 'with system_scope' do
Reference in New Issue
openstack/puppet-oslo
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.