Commit f76eaa2d authored by Liang Ding's avatar Liang Ding

#12593

parent 04c41fee
......@@ -65,7 +65,7 @@ public class LoginProcessorTestCase extends AbstractTestCase {
mockDispatcherServletService(request, response);
final String content = response.body();
Assert.assertTrue(StringUtils.contains(content, "<title>欢迎使用!</title>"));
Assert.assertTrue(StringUtils.contains(content, "<title>Admin 的个人博客 - 欢迎使用!</title>"));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment