Skip to content

Commit 496c106

Browse files
committed
Update password to match Docker configuration
1 parent 7aabc5f commit 496c106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/support/sample.docker.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mysql2:
22
adapter: mysql2
33
database: database_cleaner_test
44
username: root
5-
password:
5+
password: mysql
66
host: mysql
77
port: 3306
88
encoding: utf8
@@ -11,7 +11,7 @@ trilogy:
1111
adapter: trilogy
1212
database: database_cleaner_test
1313
username: root
14-
password:
14+
password: mysql
1515
host: mysql
1616
port: 3306
1717
encoding: utf8

0 commit comments

Comments
 (0)