Skip to content

Commit

Permalink
f-lab-edu#30 mysql 설정수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev committed May 22, 2024
1 parent 7a7b39d commit 915c08b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ private static GoodsManagementRequest requestGoods() {
@Order(4)
@DisplayName("삭제할 상품번호가 존재하지 않습니다._ llegalArgumentExceptionHandler 테스트")
public void illegalGoodsTest() throws Exception {
//통합테스트에서도 이런 테스트를 해보는게 맞는걸까? 확인필요
String goodsNo = "존재하지않는상품번호";
String url = "http://localhost:" + port + "/v1/goods/{goodsNo}";
ResponseEntity<GoodsManagementResponse> responseEntity = testRestTemplate.exchange(url, HttpMethod.DELETE, null, GoodsManagementResponse.class, goodsNo);
Expand Down

0 comments on commit 915c08b

Please sign in to comment.