Fix operator_roles test after changes in 2304e863

This commit is contained in:
François Charlier
2012-05-21 15:05:20 +02:00
parent 2304e86317
commit 0b397ac492

View File

@@ -19,7 +19,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/) }