Skip to content

Commit ffc23a4

Browse files
committed
temporary fix
1 parent 6bef648 commit ffc23a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e-test/src/test/java/gov/cms/ab2d/e2etest/TestRunner.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ private void checkMetadata(OffsetDateTime since, JSONObject jsonObject) throws J
404404
private void checkEOBExtensions(JSONObject jsonObject, FhirVersion version) throws JSONException {
405405
switch (version) {
406406
case STU3:
407+
//ToDo: Temporary fix for Humana.
408+
// Uncomment and fix.
407409
checkEOBExtensionsSTU3(jsonObject);
408410
break;
409411
case R4:
@@ -426,9 +428,7 @@ private void checkEOBExtensionsSTU3(JSONObject jsonObject) throws JSONException
426428

427429
// Unwrap identifier
428430
JSONObject valueIdentifier = idObj.getJSONObject("valueIdentifier");
429-
//ToDo: Temporary fix for Humana.
430-
// Uncomment and fix.
431-
// assertNotNull(valueIdentifier);
431+
assertNotNull(valueIdentifier);
432432

433433
// Test that we gave correct label to identifier
434434
String system = valueIdentifier.getString("system");

0 commit comments

Comments
 (0)