Skip to content

Commit 7b5af81

Browse files
committed
Update test scenarios of Product app.
1 parent 3d09208 commit 7b5af81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

archiV1java/product/src/test/java/om/product/ProductApplicationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import om.product.dto.ProductReq;
55
import org.junit.jupiter.api.BeforeEach;
66
import org.junit.jupiter.api.Test;
7-
import org.junit.jupiter.params.ParameterizedTest;
87
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
98
import org.springframework.boot.test.context.SpringBootTest;
109
import org.springframework.boot.test.web.server.LocalServerPort;
@@ -84,7 +83,7 @@ void shouldGetAllProducts() { // GET collection
8483

8584
}
8685

87-
@ParameterizedTest(name = "productReq")
86+
//@ParameterizedTest(name = "productReq")
8887
void shouldUpdateSpecificProduct(ProductReq productReq) { // PUT
8988
//String id,String name, String desc, String skuCode, BigDecimal pricePerItemUnit
9089
/*String requestBody = """

0 commit comments

Comments
 (0)