Fix typo in a comment in unit test code
Trivial-Fix Change-Id: I63f2e2079fb79e68f6194d20e9cbf38e2c9002dd
This commit is contained in:
parent
9123ac7270
commit
4dc7af4fb6
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user