From 3f482378dcc3a4ca4fd5efb741d3f02d90c0446f Mon Sep 17 00:00:00 2001
From: wyl <wangyulong990316@outlook.com>
Date: Mon, 7 Apr 2025 10:12:12 +0100
Subject: [PATCH] UPDATE

---
 src/test/java/com/cardiff/wylTest/HttpTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/com/cardiff/wylTest/HttpTest.java b/src/test/java/com/cardiff/wylTest/HttpTest.java
index 6338d11..598933d 100644
--- a/src/test/java/com/cardiff/wylTest/HttpTest.java
+++ b/src/test/java/com/cardiff/wylTest/HttpTest.java
@@ -24,7 +24,7 @@ public class HttpTest {
     @Test
     public void testFaultPage() throws Exception {
         assertThat(this.restTemplate.getForObject("http://localhost:" + port + "/fault.html",
-                String.class)).contains("You do not have sufficient access rights, the page will be redirected to the login page within");
+                String.class)).contains("You wyl");
     }
 
 
-- 
GitLab