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 c04c558 commit 51252e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
@Slf4j
public class GoodsApiApplicationTest {
/* @LocalServerPort
@LocalServerPort
private int port;

@Autowired
Expand Down Expand Up @@ -103,5 +103,5 @@ public void illegalGoodsTest() throws Exception {
assertThat(responseEntity.getStatusCode()).isEqualTo(HttpStatus.BAD_REQUEST);
assertThat(jsonPath("errorCode").value("INVALID_PARAMETER"));
assertThat(jsonPath("errorMessage").value("존재하지 않는 상품입니다"));
}*/
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.cosmetics.vendor;

import com.cosmetics.domain.vendor.dto.VendorManagement;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.*;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down

0 comments on commit 51252e0

Please sign in to comment.