This commit is contained in:
Marcel Pociot
2021-06-21 22:47:09 +02:00
parent cbe5c3014f
commit bdc4493ff8

View File

@@ -69,6 +69,8 @@ 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 */