Skip to content

Commit 9476101

Browse files
author
Tulika,Eugene(etulika)
committed
Merge pull request #156 from magento-api/develop
[etulika] Revert default database password in the template config integration tests
2 parents 03239e8 + 3039c40 commit 9476101

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)