Skip to content

Commit

Permalink
#448: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohr committed Dec 18, 2024
1 parent 7c29cf5 commit 61c9694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.narrative.INarrativeGenerator;
import ca.uhn.fhir.narrative2.NullNarrativeGenerator;
import ca.uhn.fhir.rest.server.ApacheProxyAddressStrategy;
import ca.uhn.fhir.rest.server.IPagingProvider;
import ca.uhn.fhir.rest.server.IServerAddressStrategy;
import ca.uhn.fhir.rest.server.IServerConformanceProvider;
import ca.uhn.fhir.rest.server.RestfulServer;
import ca.uhn.fhir.rest.server.*;
import jakarta.servlet.Filter;
import org.hl7.fhir.instance.model.api.IBaseConformance;
import org.openehealth.ipf.boot.atna.IpfAtnaAutoConfiguration;
import org.openehealth.ipf.commons.ihe.fhir.IpfFhirServlet;
Expand All @@ -44,10 +41,8 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.web.filter.CorsFilter;

import jakarta.servlet.Filter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.lang.reflect.InvocationTargetException;
import java.nio.charset.StandardCharsets;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ public static void setUpClass() {
}

@Test
public void testGetConformance() {
public void getConformance() {
assertConformance("Patient");
}

@Test
public void testSendManualPdqmMatch() {
public void sendManualPdqmMatch() {

var p = new Parameters();
p.addParameter()
Expand Down Expand Up @@ -121,7 +121,7 @@ public void testSendManualPdqmMatch() {
}

@Test
public void testSendEndpointParametersResource() {
public void sendEndpointParametersResource() {
var p = new Parameters();
p.addParameter()
.setName(RESOURCE)
Expand Down

0 comments on commit 61c9694

Please sign in to comment.