Allowed overriding of Reindex bean for now

This commit is contained in:
jkv
2021-08-26 21:47:18 +02:00
parent eec1ab8649
commit 09a5a5758c
5 changed files with 30 additions and 30 deletions

View File

@@ -24,7 +24,8 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
"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"
"hapi.fhir.partitioning.partitioning_include_in_search_hashes=false",
"spring.main.allow-bean-definition-overriding=true"
})
public class MultitenantServerR4IT {