Merge pull request #24 from fcharlier/operator_roles
Fix operator_roles test after changes in 2304e863
This commit is contained in:
@@ -25,7 +25,7 @@ describe 'swift::proxy::keystone' do
|
||||
|
||||
describe 'with defaults' do
|
||||
|
||||
it { should contain_file(fragment_file).with_content(/operator_roles = admin SwiftOperator/) }
|
||||
it { should contain_file(fragment_file).with_content(/operator_roles = admin, SwiftOperator/) }
|
||||
it { should contain_file(fragment_file).with_content(/is_admin = true/) }
|
||||
it { should contain_file(fragment_file).with_content(/cache = swift.cache/) }
|
||||
|
||||
|
Reference in New Issue
Block a user