[go: nahoru, domu]

Skip to content

Commit

Permalink
Revert "#433: Try to fix build failure on JDK21 due to different test…
Browse files Browse the repository at this point in the history
… order"

This reverts commit 35e70d3.
  • Loading branch information
Thopap committed Apr 24, 2024
1 parent 35e70d3 commit be53501
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import org.junit.jupiter.api.extension.ExtendWith;
import org.openehealth.ipf.commons.audit.CustomTlsParameters;
import org.openehealth.ipf.commons.audit.DefaultBalpAuditContext;
import org.openehealth.ipf.commons.audit.FhirContextHolder;
import org.openehealth.ipf.commons.audit.TlsParameters;
import org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator;
import org.openehealth.ipf.commons.audit.event.ApplicationActivityBuilder;
Expand All @@ -30,7 +29,6 @@ public abstract class AbstractFhirRestTLSSenderIntegrationTest {

@BeforeEach
public void setup() {
FhirContextHolder.remove();
this.auditContext = new DefaultBalpAuditContext();
auditContext.setAuditRepositoryPort(FhirAuditRepository.getServerHttpsPort());
auditContext.setAuditRepositoryContextPath(FhirAuditRepository.getServerContextPath());
Expand Down

0 comments on commit be53501

Please sign in to comment.