From b6890403d73b20b595efdf9ac8a51f007abf1277 Mon Sep 17 00:00:00 2001
From: Cedric Willekens <c.s.willekens@student.tudelft.nl>
Date: Wed, 29 Apr 2020 13:45:20 +0200
Subject: [PATCH] Add liquibase also to tests
Signed-off-by: Cedric Willekens <c.s.willekens@student.tudelft.nl>
---
src/test/resources/application.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml
index 46b66428..3a5c2edf 100644
--- a/src/test/resources/application.yml
+++ b/src/test/resources/application.yml
@@ -5,6 +5,8 @@ spring:
datasource.url: jdbc:h2:mem:testdb
h2.console.enabled: true
+ liquibase:
+ change-log: "classpath:/changelog-master.yaml"
wevisit:
hospital:
logo-path: 'src/test/resources/static/img'
--
GitLab