Skip to content

Commit

Permalink
Merge pull request #156 from magento-api/develop
Browse files Browse the repository at this point in the history
[etulika] Revert default database password in the template config integration tests
  • Loading branch information
Tulika,Eugene(etulika) committed Mar 17, 2015
2 parents 03239e8 + 3039c40 commit 9476101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tests/integration/etc/install-config-mysql.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9476101

Please sign in to comment.