diff --git a/dev/tests/integration/etc/install-config-mysql.php.dist b/dev/tests/integration/etc/install-config-mysql.php.dist
index 0f5adb4727c5fecff8c195f6c70d25fb7b0cee0a..391e1a7679b00c152b165b379be8bd5d9ea508bb 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',