aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-07-28 22:04:17 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-28 22:04:17 +0000
commit704b80f4948499e0d6ff1c537825ed08fff6227f (patch)
tree81e168512b0643e88bc84bb79a9ced44b6edf930 /src/test/resources
parentec80c5e31596c36168abca86b5ccb07e4021eb66 (diff)
parentb0abffa28253d49d2b901521977a9e512d1bd281 (diff)
Merge "Kafka Configuration is not loaded when testing DB integration"
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/application.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml
index fb38742..b2b8f00 100644
--- a/src/test/resources/application.yml
+++ b/src/test/resources/application.yml
@@ -31,6 +31,7 @@ spring:
liquibase:
change-log: classpath:/db/changelog/changelog-master.xml
jpa:
+ open-in-view: false
properties:
hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
hibernate.format_sql: true