실패 테스트 모두 수정

This commit is contained in:
shinmj
2021-11-15 14:58:16 +09:00
parent 952c5e248e
commit e298bc9c20
22 changed files with 149 additions and 46 deletions

View File

@@ -2,8 +2,10 @@ package org.egovframe.cloud.reserverequestservice;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
@SpringBootTest
@ActiveProfiles(profiles = "test")
class ReserveRequestServiceApplicationTests {
@Test