Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Sep 27, 2023
1 parent f000d04 commit 21ed9f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions e2e-test/src/test/java/gov/cms/ab2d/e2etest/TestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,7 @@ private void checkMetadata(OffsetDateTime since, JSONObject jsonObject) throws J
private void checkEOBExtensions(JSONObject jsonObject, FhirVersion version) throws JSONException {
switch (version) {
case STU3:
//ToDo: Temporary fix for Humana.
// Uncomment and fix.
// checkEOBExtensionsSTU3(jsonObject);
checkEOBExtensionsSTU3(jsonObject);
break;
case R4:
checkEOBExtensionsR4(jsonObject);
Expand All @@ -428,6 +426,7 @@ private void checkEOBExtensionsSTU3(JSONObject jsonObject) throws JSONException

// Unwrap identifier
JSONObject valueIdentifier = idObj.getJSONObject("valueIdentifier");
log.info("------------------------ " + valueIdentifier);
assertNotNull(valueIdentifier);

// Test that we gave correct label to identifier
Expand Down

0 comments on commit 21ed9f0

Please sign in to comment.