We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbb7d5 commit 521c7d8Copy full SHA for 521c7d8
tests/TestCase.php
@@ -26,6 +26,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
26
*/
27
public function setUp()
28
{
29
- $this->hetznerApi = new HetznerAPIClient('abcdef', 'http://10.211.55.4:4000');
+ $this->hetznerApi = new HetznerAPIClient('abcdef', 'http://localhost:4000');
30
}
31
0 commit comments