Skip to content

Commit

Permalink
f-lab-edu#30 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev committed May 25, 2024
1 parent 92e3837 commit 16463dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static GoodsManagementRequest requestGoods() {
@DisplayName("상품삭제")
@Test
@Order(3)
public void 상품삭제() throws Exception {
public void 상품삭제(){
String url = "http://localhost:" + port + "/v1/goods/{goodsNo}";
ResponseEntity<GoodsManagementResponse> responseEntity = testRestTemplate.exchange(url, HttpMethod.DELETE, null, GoodsManagementResponse.class, 2L);
assertThat(responseEntity.getStatusCode()).isEqualTo(HttpStatus.OK);
Expand Down

0 comments on commit 16463dc

Please sign in to comment.