mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 22:15:55 +00:00
Merge branch 'dashboard-modifications' into share-files
This commit is contained in:
@@ -59,7 +59,7 @@ class TunnelTest extends TestCase
|
||||
$this->expectException(ResponseException::class);
|
||||
$this->expectExceptionMessage(404);
|
||||
|
||||
$response = $this->await($this->browser->get('http://127.0.0.1:8080/', [
|
||||
$this->await($this->browser->get('http://127.0.0.1:8080/', [
|
||||
'Host' => 'tunnel.localhost',
|
||||
]));
|
||||
}
|
||||
@@ -67,6 +67,8 @@ class TunnelTest extends TestCase
|
||||
/** @test */
|
||||
public function it_sends_incoming_requests_to_the_connected_client()
|
||||
{
|
||||
$this->app['config']['expose.admin.validate_auth_tokens'] = false;
|
||||
|
||||
$this->createTestHttpServer();
|
||||
|
||||
$this->app['config']['expose.admin.validate_auth_tokens'] = false;
|
||||
|
||||
Reference in New Issue
Block a user