diff options
Diffstat (limited to 'runtime-acm/src/test/resources/application-test.yaml')
-rw-r--r-- | runtime-acm/src/test/resources/application-test.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml index 2179cdf5e..e6fed2475 100644 --- a/runtime-acm/src/test/resources/application-test.yaml +++ b/runtime-acm/src/test/resources/application-test.yaml @@ -12,6 +12,10 @@ spring: hibernate: dialect: org.hibernate.dialect.HSQLDialect +metrics: + security: + disabled: false + server: servlet: context-path: /onap/policy/clamp/acm |