[go: nahoru, domu]

Skip to content

Commit

Permalink
#433: Try to fix build failure on JDK21 due to different test order
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed Apr 24, 2024
1 parent 1371724 commit 35e70d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
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 @@ -29,6 +30,7 @@ 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 35e70d3

Please sign in to comment.