We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d949af4 commit 91a706cCopy full SHA for 91a706c
src/test/java/og_spipes/persistence/dao/TransformationDAOTest.java
@@ -11,11 +11,13 @@
11
import org.junit.jupiter.api.BeforeAll;
12
import org.junit.jupiter.api.Test;
13
import org.springframework.beans.factory.annotation.Autowired;
14
+import org.springframework.test.context.ActiveProfiles;
15
16
import java.io.File;
17
import java.io.IOException;
18
import java.util.List;
19
20
+@ActiveProfiles("prod")
21
class TransformationDAOTest extends AbstractSpringTest {
22
23
@Autowired
0 commit comments