Skip to content

Commit

Permalink
[HOME] 통합 테스트 코드 추가 - jacoco -> cover test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed Feb 25, 2024
1 parent 2c10e66 commit 629d53e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class HomeController {
@RequestHeader(value = "Authorization", required = false) token: String,
): CommonResponse<HomeDto> {
val client: HttpClient = HttpClient.create().responseTimeout(Duration.ofSeconds(1))

val webClient: WebClient = WebClient.builder().clientConnector(ReactorClientHttpConnector(client))
.baseUrl("http://localhost:$serverPort").build()

Expand Down

0 comments on commit 629d53e

Please sign in to comment.