From bc349d588125c9f3a28dea5f687b138e95dd62c8 Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 1 Jun 2026 22:40:51 +0900 Subject: [PATCH] =?UTF-8?q?test(home):=20=EC=9D=B8=EA=B8=B0=20=EC=BB=A4?= =?UTF-8?q?=EB=AE=A4=EB=8B=88=ED=8B=B0=20=EA=B2=8C=EC=8B=9C=EA=B8=80=20?= =?UTF-8?q?=EC=9D=91=EB=8B=B5=EB=AA=85=EC=9D=84=20=EA=B2=80=EC=A6=9D?= =?UTF-8?q?=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sodalive/v2/api/home/HomeRecommendationControllerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/kr/co/vividnext/sodalive/v2/api/home/HomeRecommendationControllerTest.kt b/src/test/kotlin/kr/co/vividnext/sodalive/v2/api/home/HomeRecommendationControllerTest.kt index 47d4328e..4959efa7 100644 --- a/src/test/kotlin/kr/co/vividnext/sodalive/v2/api/home/HomeRecommendationControllerTest.kt +++ b/src/test/kotlin/kr/co/vividnext/sodalive/v2/api/home/HomeRecommendationControllerTest.kt @@ -219,7 +219,7 @@ class HomeRecommendationControllerTest @Autowired constructor( .andExpect(jsonPath("$.data.aiCharacters").isArray) .andExpect(jsonPath("$.data.genreCreators").isArray) .andExpect(jsonPath("$.data.cheerCreators").isArray) - .andExpect(jsonPath("$.data.popularCommunities").isArray) + .andExpect(jsonPath("$.data.popularCommunityPosts").isArray) assertTrue(output.out.contains("event=home_recommendations_query_success")) assertTrue(output.out.contains("emptySections="))