From 56d8a438fa4b92013882001abbce3a79be62671c Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Wed, 15 Jan 2025 11:45:21 +0100
Subject: [PATCH] WIP

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .../rest-service/src/test/resources/application.properties    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dbrepo-data-service/rest-service/src/test/resources/application.properties b/dbrepo-data-service/rest-service/src/test/resources/application.properties
index 3094970e3f..a0bb7de2bb 100644
--- a/dbrepo-data-service/rest-service/src/test/resources/application.properties
+++ b/dbrepo-data-service/rest-service/src/test/resources/application.properties
@@ -1,5 +1,5 @@
 # enable local spring profile
-spring.profiles.active=local
+spring.profiles.active=local,junit
 
 # disable discovery
 spring.cloud.discovery.enabled=false
@@ -12,7 +12,7 @@ spring.cloud.config.enabled=false
 dbrepo.credentialCacheTimeout=3
 
 # internal datasource
-spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;INIT=CREATE SCHEMA IF NOT EXISTS FDA;NON_KEYWORDS=value
+spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE;INIT=CREATE SCHEMA IF NOT EXISTS DBREPO;NON_KEYWORDS=value
 spring.datasource.driverClassName=org.h2.Driver
 spring.datasource.username=sa
 spring.datasource.password=password
-- 
GitLab