From 6bd7e4744ff291716a217d3e139d11fcaf0edfd5 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 26 Mar 2020 18:35:12 +0800 Subject: [PATCH] fix test --- tests/BrowserKitTests/AdminFormsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')