Fix ignored unit test cases

Change-Id: Icde2756eea9caff7a5ac12530fe4616202783be9
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-07-07 23:30:45 +09:00
parent 7c341ff213
commit 16675f111e

View File

@@ -242,7 +242,7 @@ describe 'octavia::controller' do
:heartbeat_key => 0,
})
end
it { expect { is_expected.to raise_error(Puppet::Error) } }
it { is_expected.to raise_error(Puppet::Error) }
end
end