fix: Load active profile testcontainers for testing

This commit is contained in:
2025-11-21 10:35:38 +01:00
parent e04b61b726
commit f0a4fd0a1a
2 changed files with 2 additions and 1 deletions

View File

@@ -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() {