Skip to content

Commit

Permalink
Fix subscription settings config in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Jun 17, 2024
1 parent 8f731a2 commit db238aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
RepositoryConfig.class
}, properties =
{
"spring.profiles.include=subscriptionSettingsTest",
"spring.datasource.url=jdbc:h2:mem:dbr3",
"hapi.fhir.fhir_version=dstu3",
"hapi.fhir.cr_enabled=true",
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@
NicknameServiceConfig.class,
RepositoryConfig.class
}, properties = {
"spring.profiles.include=subscriptionSettingsTest",
"spring.datasource.url=jdbc:h2:mem:dbr4",
"hapi.fhir.enable_repository_validating_interceptor=true",
"hapi.fhir.fhir_version=r4",
//"hapi.fhir.subscription.websocket_enabled=true",
"hapi.fhir.subscription.websocket_enabled=true",
//"hapi.fhir.mdm_enabled=true",
"hapi.fhir.cr.enabled=true",
"hapi.fhir.cr.caregaps_section_author=Organization/alphora-author",
Expand Down

This file was deleted.

0 comments on commit db238aa

Please sign in to comment.