This commit is contained in:
Pig Fang 2020-10-31 10:54:50 +08:00
parent 66eb658410
commit d2ffb5b9bf
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -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')