Fix typo in a comment in unit test code

Trivial-Fix

Change-Id: I63f2e2079fb79e68f6194d20e9cbf38e2c9002dd
This commit is contained in:
Takashi Kajinami 2022-02-18 23:03:16 +09:00
parent 9123ac7270
commit 4dc7af4fb6

View File

@ -13,7 +13,7 @@ describe Puppet::Provider::Cinder do
describe 'when retrieving the auth credentials' do
it 'should fail if no auth params are passed and the glance config file does not have the expected contents' do
it 'should fail if no auth params are passed and the cinder config file does not have the expected contents' do
mock = {}
Puppet::Util::IniConfig::File.expects(:new).returns(mock)
mock.expects(:read).with('/etc/cinder/cinder.conf')