added some tests and fixed server secret to be persistent
CI / backend-tests (push) Has been cancelled

This commit is contained in:
2026-06-10 14:36:38 +02:00
parent 61f9404a8a
commit 09b6193077
13 changed files with 483 additions and 51 deletions
+1
View File
@@ -45,6 +45,7 @@ dependencies {
testImplementation 'org.springframework.security:spring-security-test'
testRuntimeOnly 'com.h2database:h2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation("org.testcontainers:postgresql:1.21.3")