Skip to content

Commit

Permalink
fix: replace ip by localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimorillo committed Mar 17, 2024
1 parent de9a096 commit af4cad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Acceptance/AcceptanceTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected function setUp(): void
self::setupDatabase();
MysqlClient::resetDatabase($_ENV['MYSQL_DB']);
$this->client = new Client([
'base_uri' => 'http://localhost'
'base_uri' => 'http://apache'
]);
}

Expand Down

0 comments on commit af4cad0

Please sign in to comment.