Add credentialStatus test
This uses the wellspring2022-portal app. If it ever breaks, the data was probably changed in the app.
This commit is contained in:
@@ -59,7 +59,7 @@ public class RevocationListProbe extends Probe<Credential> {
|
||||
|
||||
JsonNode crdID = crd.getJson().get("id"); //TODO these != checks sb removed (trigger warning)
|
||||
if(crdID != null) {
|
||||
List<JsonNode> list = JsonNodeUtil.asNodeList(revocList.get("revokedCredentials"));
|
||||
List<JsonNode> list = JsonNodeUtil.asNodeList(revocList.get("revokedCredential"));
|
||||
if(list != null) {
|
||||
for(JsonNode item : list) {
|
||||
JsonNode revID = item.get("id");
|
||||
|
||||
Reference in New Issue
Block a user