diff --git a/tests/HttpTest/ControllersTest/OptionsControllerTest.php b/tests/HttpTest/ControllersTest/OptionsControllerTest.php index ed739ad8..1c913e24 100644 --- a/tests/HttpTest/ControllersTest/OptionsControllerTest.php +++ b/tests/HttpTest/ControllersTest/OptionsControllerTest.php @@ -175,7 +175,6 @@ class OptionsControllerTest extends BrowserKitTestCase $this->assertTrue(option('force_ssl')); $this->assertFalse(option('auto_detect_asset_url')); $this->assertEquals('0', option('cache_expire_time')); - $this->visit('/')->see('url/app'); $this->visit('/admin/resource') ->type('', 'cdn_address')