test #426

Merged
klaus merged 415 commits from test into main 2026-06-27 00:35:30 +00:00
Showing only changes of commit bc349d5881 - Show all commits

View File

@@ -219,7 +219,7 @@ class HomeRecommendationControllerTest @Autowired constructor(
.andExpect(jsonPath("$.data.aiCharacters").isArray) .andExpect(jsonPath("$.data.aiCharacters").isArray)
.andExpect(jsonPath("$.data.genreCreators").isArray) .andExpect(jsonPath("$.data.genreCreators").isArray)
.andExpect(jsonPath("$.data.cheerCreators").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("event=home_recommendations_query_success"))
assertTrue(output.out.contains("emptySections=")) assertTrue(output.out.contains("emptySections="))