Skip to content

Commit a91acaa

Browse files
committed
cambios DB 2
1 parent 1f6f7a6 commit a91acaa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/test/java/com/dhh/apiRestSpringboot3/ApiRestSpringboot3ApplicationTests.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
import org.junit.jupiter.api.Disabled;
55
import org.junit.jupiter.api.Test;
66
import org.springframework.boot.test.context.SpringBootTest;
7+
import org.springframework.test.context.ActiveProfiles;
78

89
@SpringBootTest
9-
class ApiRestSpringboot3ApplicationTests{
10+
@ActiveProfiles("test")
11+
class ApiRestSpringboot3ApplicationTests extends BaseIntegracionTest {
1012

11-
@Test
12-
void contextLoads() {
13-
}
13+
@Test
14+
void contextLoads() {
15+
}
1416

1517
}

0 commit comments

Comments
 (0)