From fbf963b99e79cb1123ad31c889c44df8a57f85ca Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Wed, 10 Oct 2018 14:20:25 +0100 Subject: [PATCH] Added required property to test properties. --- backend/src/test/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/test/resources/application.properties b/backend/src/test/resources/application.properties index bbe19f9..db54a2b 100644 --- a/backend/src/test/resources/application.properties +++ b/backend/src/test/resources/application.properties @@ -1,2 +1,3 @@ spring.datasource.url=jdbc:h2:mem:db spring.jpa.properties.jadira.usertype.autoRegisterUserTypes = true +obsdb.password=testmode \ No newline at end of file