Skip to content

Commit

Permalink
test: update db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Oct 21, 2024
1 parent b7ed64a commit 252c287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function getConnectionConfig(): array
{
return [
'port' => '3306',
'host' => '127.0.0.1',
'host' => 'localhost',
'username' => 'root',
'password' => 'root',
'dbname' => 'atest',
Expand Down

0 comments on commit 252c287

Please sign in to comment.