This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d82abf993394734c75132d815a45988558f37f57 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Tue May 31 14:49:17 2022 +0200 (chores) camel-fhir: remove test annotations from non-test --- .../test/java/org/apache/camel/component/fhir/UrlFetcherTest.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/UrlFetcherTest.java b/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/UrlFetcherTest.java index 84c928c5cf9..bab36280058 100644 --- a/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/UrlFetcherTest.java +++ b/components/camel-fhir/camel-fhir-component/src/test/java/org/apache/camel/component/fhir/UrlFetcherTest.java @@ -20,13 +20,12 @@ import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.rest.client.api.IGenericClient; import ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor; import org.hl7.fhir.r4.model.Patient; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; -@Disabled("Helper class to generate search URLs based on HAPI-FHIR's search API") +/** + * Helper class to generate search URLs based on HAPI-FHIR's search API + */ public class UrlFetcherTest { - @Test public void getUrlTest() { // Create a client to talk to your favorite test server FhirContext ctx = FhirContext.forR4();