Skip to content

Commit 91a706c

Browse files
author
Evgenii Grigorev
committed
Fix test failing
1 parent d949af4 commit 91a706c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/og_spipes/persistence/dao/TransformationDAOTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
import org.junit.jupiter.api.BeforeAll;
1212
import org.junit.jupiter.api.Test;
1313
import org.springframework.beans.factory.annotation.Autowired;
14+
import org.springframework.test.context.ActiveProfiles;
1415

1516
import java.io.File;
1617
import java.io.IOException;
1718
import java.util.List;
1819

20+
@ActiveProfiles("prod")
1921
class TransformationDAOTest extends AbstractSpringTest {
2022

2123
@Autowired

0 commit comments

Comments
 (0)