Skip to content

Commit 25b1b00

Browse files
authored
Merge pull request #1091 from HelenCampbell/localesfix
Update locales test for Debian 9
2 parents 0915ae1 + c92d242 commit 25b1b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/locales_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class { 'mysql::server::backup':
6363
let(:pp) do
6464
<<-MANIFEST
6565
mysql::db { 'mydb':
66-
user => 'thisisalongusernametestfortodayandtomorrowandthenextday',
66+
user => 'thisisalongusernametestfortodayandtomorrowandthenextdayandthedayafteeeeeeerrrrrrrrrrrrrrr',
6767
password => 'mypass',
6868
host => 'localhost',
6969
grant => ['SELECT', 'UPDATE'],

0 commit comments

Comments
 (0)