diff --git a/spec/acceptance/locales_spec.rb b/spec/acceptance/locales_spec.rb index e3cef352a..54ff7dee9 100644 --- a/spec/acceptance/locales_spec.rb +++ b/spec/acceptance/locales_spec.rb @@ -63,7 +63,7 @@ class { 'mysql::server::backup': let(:pp) do <<-MANIFEST mysql::db { 'mydb': - user => 'thisisalongusernametestfortodayandtomorrowandthenextday', + user => 'thisisalongusernametestfortodayandtomorrowandthenextdayandthedayafteeeeeeerrrrrrrrrrrrrrr', password => 'mypass', host => 'localhost', grant => ['SELECT', 'UPDATE'],