X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fsrc%2Ftest%2Fresources%2Fapplication-test.yaml;h=329d96bec6e71040543436f2a3fca9bcd36de5ec;hb=b824255ebe9336063b70be668a56995beb1d972f;hp=6ed69ea045f18f6783955f8c8d1cfb950d393792;hpb=b2e669ed9a55fea534e01262b04b4529fa2e998d;p=policy%2Fapi.git diff --git a/main/src/test/resources/application-test.yaml b/main/src/test/resources/application-test.yaml index 6ed69ea0..329d96be 100644 --- a/main/src/test/resources/application-test.yaml +++ b/main/src/test/resources/application-test.yaml @@ -3,20 +3,9 @@ spring: url: jdbc:h2:mem:testdb driverClassName: org.h2.Driver jpa: - properties: - hibernate: - dialect: org.hibernate.dialect.H2Dialect hibernate: ddl-auto: update naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy - -database: - name: PolicyProviderParameterGroup - implementation: org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl - driver: org.h2.Driver - url: jdbc:h2:mem:testdb - user: policy_user - password: policy_user - persistenceUnit: ToscaConceptTest \ No newline at end of file + open-in-view: false \ No newline at end of file