실패 테스트 모두 수정
This commit is contained in:
@@ -2,8 +2,10 @@ package org.egovframe.cloud.reserveitemservice;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.ActiveProfiles;
|
||||
|
||||
@SpringBootTest
|
||||
@ActiveProfiles(profiles = "test")
|
||||
class ReserveItemServiceApplicationTests {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user