Skip to content

Commit

Permalink
[KAN-104] 음식점 통합테스트 추가 - 음식점 상세 조회 테스트코드
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed May 27, 2024
1 parent 8bdaf4d commit 576880d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ class GetRestaurantControllerTest(
.also {
println(it.andReturn().response.contentAsString)
}
.andExpect(status().isOk)
.andExpect(status().isNotFound)
.andExpect(jsonPath("$.result").value("SUCCESS"))
.andReturn()

Expand Down

0 comments on commit 576880d

Please sign in to comment.