... and thats why you have tests ... to find out when you break stuff

This commit is contained in:
jvi
2020-11-25 08:54:14 +01:00
parent 981b5b5c2c
commit 557d7955d8
5 changed files with 5 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = Application.class, properties =
{
"spring.batch.job.enabled=false",
"spring.profiles.active=r4",
"spring.datasource.url=jdbc:h2:mem:dbr4-mt",
"hapi.fhir.fhir_version=r4",
"hapi.fhir.subscription.websocket_enabled=true",
"hapi.fhir.partitioning.partitioning_include_in_search_hashes=false"