Skip to content

Commit

Permalink
move health check back
Browse files Browse the repository at this point in the history
  • Loading branch information
scglwsj committed Oct 3, 2024
1 parent ae344c5 commit 971f436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void testHealth() throws Exception {
String expectedResponseBody = objectMapper.writeValueAsString(expectedResponse);

mockMvc
.perform(get("/v1/health"))
.perform(get("/v1/quizzes/health"))
.andExpect(status().isOk())
.andExpect(content().json(expectedResponseBody));
}
Expand Down

0 comments on commit 971f436

Please sign in to comment.