WIP bump HAPI
This commit is contained in:
@@ -2,6 +2,7 @@ package ca.uhn.fhir.jpa.starter;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
import ca.uhn.fhir.jpa.model.config.SubscriptionSettings;
|
||||
import org.hl7.fhir.dstu2.model.Subscription.SubscriptionChannelType;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -21,9 +22,12 @@ class MdmTest {
|
||||
@Autowired
|
||||
JpaStorageSettings jpaStorageSettings;
|
||||
|
||||
@Autowired
|
||||
SubscriptionSettings subscriptionSettings;
|
||||
|
||||
@Test
|
||||
void testApplicationStartedSuccessfully() {
|
||||
assertThat(nicknameService).isNotNull();
|
||||
assertThat(jpaStorageSettings.getSupportedSubscriptionTypes()).contains(SubscriptionChannelType.MESSAGE);
|
||||
assertThat(subscriptionSettings.getSupportedSubscriptionTypes()).contains(SubscriptionChannelType.MESSAGE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user