From 3039c4000b59d27efe508817b2a5c4eb549cedcc Mon Sep 17 00:00:00 2001 From: Eugene Tulika <etulika@ebay.com> Date: Mon, 16 Mar 2015 11:26:08 -0500 Subject: [PATCH] MAGETWO-34577: Stabilize Builds --- dev/tests/integration/etc/install-config-mysql.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/integration/etc/install-config-mysql.php.dist b/dev/tests/integration/etc/install-config-mysql.php.dist index 0f5adb4727c..391e1a7679b 100644 --- a/dev/tests/integration/etc/install-config-mysql.php.dist +++ b/dev/tests/integration/etc/install-config-mysql.php.dist @@ -7,7 +7,7 @@ return [ 'db_host' => 'localhost', 'db_user' => 'root', - 'db_pass' => 'root', + 'db_pass' => '', 'db_name' => 'magento_integration_tests', 'db_prefix' => '', 'backend_frontname' => 'backend', -- GitLab