diff --git a/tests/Pest.php b/tests/Pest.php index d6d0fb7..5367d75 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -37,7 +37,7 @@ function getConnectionConfig(): array { return [ 'port' => '3306', - 'host' => '127.0.0.1', + 'host' => 'localhost', 'username' => 'root', 'password' => 'root', 'dbname' => 'atest',