diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-07-03 09:24:46 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-07-03 10:17:33 +0100 |
commit | cfa75756c40aaabcb236aafca6f5a56f3ce88d85 (patch) | |
tree | 6726f0de314aa6e6e20faa1cfbc4d0a2e2523b20 /main/src/test/resources/application-test.yaml | |
parent | 64e621f7ffe22975e6700f67b8a1fe7c92e2e958 (diff) |
Code coverage and sonar fixes
- added web mvc tests to cover controller exception cases
- added webclient tests with full spring support to replace
old style of Invoker
- fixed some sonar issues
- refactored a test still using @RunWith from junit4
Issue-ID: POLICY-5067
Change-Id: I4d3e77c32a603bdfeca4db76f00acf38830ef250
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'main/src/test/resources/application-test.yaml')
-rw-r--r-- | main/src/test/resources/application-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/test/resources/application-test.yaml b/main/src/test/resources/application-test.yaml index 329d96be..82da86fe 100644 --- a/main/src/test/resources/application-test.yaml +++ b/main/src/test/resources/application-test.yaml @@ -4,7 +4,7 @@ spring: driverClassName: org.h2.Driver jpa: hibernate: - ddl-auto: update + ddl-auto: create-drop naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy |