Skip to content

Commit

Permalink
BE-#112 feat: uri host및 port를 변경하여 실제 환경과 동일하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ksundong committed Jul 4, 2020
1 parent 6871eb5 commit d4c184f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder;

@AutoConfigureRestDocs
@AutoConfigureRestDocs(uriHost = "13.124.148.192/api", uriPort = 80)
@WebMvcTest(controllers = {IssueController.class})
class IssueControllerTest {

Expand Down

0 comments on commit d4c184f

Please sign in to comment.