실패 테스트 수정

This commit is contained in:
shinmj
2021-11-18 17:56:55 +09:00
parent 45a77040f2
commit 4f76501fdc

View File

@@ -13,6 +13,7 @@ import org.egovframe.cloud.portalservice.domain.policy.PolicyRepository;
import org.egovframe.cloud.portalservice.util.RestResponsePage; import org.egovframe.cloud.portalservice.util.RestResponsePage;
import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
@@ -131,6 +132,7 @@ class PolicyApiControllerTest {
} }
@Test @Test
@Order(1)
public void ID로_한건조회_정상() throws Exception { public void ID로_한건조회_정상() throws Exception {
String url = API_URL +"/9"; String url = API_URL +"/9";