Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
imbyungjun committed Jan 8, 2024
1 parent 1a8b7e5 commit 622d9ce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public void testHome() {
@Test
public void testHealthCheck() {
MockHttpServletResponse res = new MockHttpServletResponse();
healthCheckApiController.healthCheck(res);
Map<String, Object> message = healthCheckApiController.healthCheckSlowly(500, res);
Map<String, Object> message = healthCheckApiController.healthCheck(res);
assertEquals(message.get("current"), regionService.getCurrent());
}

Expand Down

0 comments on commit 622d9ce

Please sign in to comment.