Remove bean override

This commit is contained in:
Tadgh
2021-08-28 18:52:41 -04:00
parent a8a98c311c
commit e26364670d
6 changed files with 0 additions and 15 deletions

View File

@@ -39,7 +39,6 @@ import org.springframework.test.context.junit.jupiter.SpringExtension;
"hapi.fhir.fhir_version=r5",
"hapi.fhir.subscription.websocket_enabled=true",
"hapi.fhir.subscription.websocket_enabled=true",
"spring.main.allow-bean-definition-overriding=true"
})
public class ExampleServerR5IT {