Skip to content

Commit

Permalink
test : 빈 생성 실패로 인한 테스트 실패 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
yudonggeun committed Jun 11, 2024
1 parent 775e575 commit 0a043bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import kpring.core.server.dto.request.AddUserAtServerRequest
import kpring.core.server.dto.request.CreateServerRequest
import kpring.core.server.dto.request.GetServerCondition
import kpring.core.server.dto.response.CreateServerResponse
import kpring.server.application.service.CategoryService
import kpring.server.application.service.ServerService
import kpring.server.config.CoreConfiguration
import kpring.test.restdoc.dsl.restDoc
Expand Down Expand Up @@ -46,6 +47,7 @@ class RestApiServerControllerTest(
webContext: WebApplicationContext,
@MockkBean val serverService: ServerService,
@MockkBean val authClient: AuthClient,
@MockkBean val categoryService: CategoryService,
) : MvcWebTestClientDescribeSpec(
testMethodName = "RestApiServerControllerTest",
webContext = webContext,
Expand Down

0 comments on commit 0a043bd

Please sign in to comment.