mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-15 06:25:56 +00:00
Allow users to specify custom hostnames
This commit is contained in:
@@ -152,7 +152,7 @@ class AdminTest extends TestCase
|
||||
$connection = \Mockery::mock(IoConnection::class);
|
||||
$connection->httpRequest = new Request('GET', '/?authToken=some-token');
|
||||
|
||||
$connectionManager->storeConnection('some-host.text', 'fixed-subdomain', $connection);
|
||||
$connectionManager->storeConnection('some-host.text', 'fixed-subdomain', '', $connection);
|
||||
|
||||
/** @var Response $response */
|
||||
$response = $this->await($this->browser->get('http://127.0.0.1:8080/sites', [
|
||||
|
||||
Reference in New Issue
Block a user