X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fkeystone%2Fspec%2Fclasses%2Fkeystone_db_mysql_spec.rb;h=f032aa99f6adbde345470f91da8be8e0d3417bad;hb=71a236efd9f45828d875a0a5fd025108bb1dcada;hp=f20ea9b2c071bb1f3d970b94a5fee9f6231f8e82;hpb=b8fa2c1a5ec9dbcd1d2f9e9b41afdde4c603aa35;p=dsa-puppet.git diff --git a/3rdparty/modules/keystone/spec/classes/keystone_db_mysql_spec.rb b/3rdparty/modules/keystone/spec/classes/keystone_db_mysql_spec.rb index f20ea9b2..f032aa99 100644 --- a/3rdparty/modules/keystone/spec/classes/keystone_db_mysql_spec.rb +++ b/3rdparty/modules/keystone/spec/classes/keystone_db_mysql_spec.rb @@ -20,12 +20,13 @@ describe 'keystone::db::mysql' do end describe 'with only required params' do - it { should contain_openstacklib__db__mysql('keystone').with( + it { is_expected.to contain_openstacklib__db__mysql('keystone').with( 'user' => 'keystone', 'password_hash' => '*B552157B14BCEDDCEAA06767A012F31BDAA9CE3D', 'dbname' => 'keystone', 'host' => '127.0.0.1', - 'charset' => 'utf8' + 'charset' => 'utf8', + :collate => 'utf8_general_ci', )} end