From 2d039ba9ec498f29e98ccfae79542c7247ebb433 Mon Sep 17 00:00:00 2001 From: Hzbb Date: Sun, 13 Oct 2024 10:39:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/test/java/com/gazgeek/?= =?UTF-8?q?helloworld/HomeControllerTest.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/com/gazgeek/helloworld/HomeControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/gazgeek/helloworld/HomeControllerTest.java b/src/test/java/com/gazgeek/helloworld/HomeControllerTest.java index 2271622..0481cf1 100644 --- a/src/test/java/com/gazgeek/helloworld/HomeControllerTest.java +++ b/src/test/java/com/gazgeek/helloworld/HomeControllerTest.java @@ -28,7 +28,7 @@ public class HomeControllerTest { public void helloWorld() { getRequest("/") .assertStatusCode(OK) - .assertResponseBody("Hello from GazGeek!"); + .assertResponseBody("Hello Hzbb!"); } private HelloWorldResponse getRequest(String uri) {