diff --git a/tests/BrowserKitTests/AdminFormsTest.php b/tests/BrowserKitTests/AdminFormsTest.php index 54ab5fcb..8e741409 100644 --- a/tests/BrowserKitTests/AdminFormsTest.php +++ b/tests/BrowserKitTests/AdminFormsTest.php @@ -176,7 +176,7 @@ class AdminFormsTest 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('/')->see('url/app'); $this->visit('/admin/resource') ->type('', 'cdn_address')