fix: Load active profile testcontainers for testing
This commit is contained in:
@@ -2,8 +2,10 @@ package com.betriebsratkanzlei.legalconsenthub
|
||||
|
||||
import org.junit.jupiter.api.Test
|
||||
import org.springframework.boot.test.context.SpringBootTest
|
||||
import org.springframework.test.context.ActiveProfiles
|
||||
|
||||
@SpringBootTest
|
||||
@ActiveProfiles("testcontainers")
|
||||
class LegalconsenthubApplicationTests {
|
||||
@Test
|
||||
fun contextLoads() {
|
||||
|
||||
Reference in New Issue
Block a user