Skip to content

Commit

Permalink
Revert "Set correct DB user for tests"
Browse files Browse the repository at this point in the history
This reverts commit 4ae4f0d.
  • Loading branch information
firstred committed May 26, 2017
1 parent 4ae4f0d commit 40d73f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codeception.yml
Expand Up @@ -16,8 +16,8 @@ modules:
config:
Db:
dsn: 'mysql:host=thirty.bees;dbname=thirtybees'
user: 'thirtybees'
password: 'thirtybees'
user: 'root'
password: ''
populate: false
cleanup: false
reconnect: true
Expand Down

0 comments on commit 40d73f1

Please sign in to comment.