Fix ExampleServerR4IT, restrict config to specific tests

This commit is contained in:
dotasek
2023-10-12 10:53:46 -04:00
parent bcd10350fe
commit ce0d7d43d2
4 changed files with 33 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
RepositoryConfig.class
}, properties =
{
"spring.profiles.include=storageSettingsTest",
"spring.datasource.url=jdbc:h2:mem:dbr3",
"hapi.fhir.cr_enabled=true",
"hapi.fhir.fhir_version=dstu3",