Skip to content

Commit 521c7d8

Browse files
committed
Fix tests
1 parent 5cbb7d5 commit 521c7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
2626
*/
2727
public function setUp()
2828
{
29-
$this->hetznerApi = new HetznerAPIClient('abcdef', 'http://10.211.55.4:4000');
29+
$this->hetznerApi = new HetznerAPIClient('abcdef', 'http://localhost:4000');
3030
}
3131
}

0 commit comments

Comments
 (0)