Skip to content

Commit 3039c40

Browse files
author
Eugene Tulika
committed
MAGETWO-34577: Stabilize Builds
1 parent a72c664 commit 3039c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/etc/install-config-mysql.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return [
88
'db_host' => 'localhost',
99
'db_user' => 'root',
10-
'db_pass' => 'root',
10+
'db_pass' => '',
1111
'db_name' => 'magento_integration_tests',
1212
'db_prefix' => '',
1313
'backend_frontname' => 'backend',

0 commit comments

Comments
 (0)