We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1465c15 commit 68d3945Copy full SHA for 68d3945
1 file changed
test_cohd_trapi.py
@@ -47,7 +47,7 @@ def _validate_trapi_response(response):
47
vms = validate_trapi_response(TRAPI_VERSION, BIOLINK_VERSION, response)
48
49
# expect no validation errors
50
- assert len(vms['errors']) == 0
+ assert len(vms['errors']) == 0 and len(vms['critical']) == 0, print(vms)
51
52
# If there are validation warnings, display them, but don't fail
53
if len(vms['warnings']) > 0:
0 commit comments