From 036c6de0e3683fa35670f9339394b73f0c83e312 Mon Sep 17 00:00:00 2001 From: Argo Zhang <5196060@qq.com> Date: Sat, 9 Mar 2019 19:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=96=B0AccountTest=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20link=20#ISHLV?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Commit commit:99b8713 --- UnitTest/Bootstrap.Admin/Controllers/AccountTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTest/Bootstrap.Admin/Controllers/AccountTest.cs b/UnitTest/Bootstrap.Admin/Controllers/AccountTest.cs index 0acf2fa8..cb423871 100644 --- a/UnitTest/Bootstrap.Admin/Controllers/AccountTest.cs +++ b/UnitTest/Bootstrap.Admin/Controllers/AccountTest.cs @@ -41,7 +41,7 @@ namespace Bootstrap.Admin.Controllers var r = await Client.GetAsync("AccessDenied"); Assert.True(r.IsSuccessStatusCode); var content = await r.Content.ReadAsStringAsync(); - Assert.Contains("您无权访问本页面请联系网站管理员授权后再查看", content); + Assert.Contains("服务器拒绝处理您的请求", content); } } }