Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Oct 21, 2024
1 parent 9d838c7 commit 84db6d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-test/src/test/java/gov/cms/ab2d/e2etest/TestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,9 @@ void runErrorSince(FhirVersion version) throws IOException, InterruptedException
System.out.println();
log.info("Starting test 3 - " + version.toString());
OffsetDateTime timeBeforeEarliest = earliest.minus(1, ChronoUnit.MINUTES);
log.error("-------- runErrorSince.timeBeforeEarliest" + timeBeforeEarliest);
HttpResponse<String> exportResponse = apiClient.exportRequest(FHIR_TYPE, timeBeforeEarliest, version);
log.error("-------- runErrorSince.exportResponse" + exportResponse);
assertEquals(400, exportResponse.statusCode());

OffsetDateTime timeAfterNow = OffsetDateTime.now().plus(1, ChronoUnit.MINUTES);
Expand Down

0 comments on commit 84db6d7

Please sign in to comment.