This commit is contained in:
Marcel Pociot
2021-06-21 22:53:33 +02:00
parent bdc4493ff8
commit 079c880fd1

View File

@@ -27,12 +27,6 @@ class AdminTest extends TestCase
'followRedirects' => false, 'followRedirects' => false,
]); ]);
try {
$this->serverFactory->getSocket()->close();
} catch (\Throwable $e) {
//
}
$this->startServer(); $this->startServer();
} }
@@ -69,8 +63,6 @@ class AdminTest extends TestCase
/** @test */ /** @test */
public function it_allows_saving_settings() public function it_allows_saving_settings()
{ {
$this->serverFactory->getSocket()->close();
$this->app['config']['expose.admin.validate_auth_tokens'] = false; $this->app['config']['expose.admin.validate_auth_tokens'] = false;
/** @var ResponseInterface $response */ /** @var ResponseInterface $response */