Skip to content

Commit

Permalink
Replace invalid url with number 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jan 3, 2024
1 parent 88a6056 commit 7bd392b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/input/credential-issuer-nonurl-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": [
"VerifiableCredential"
],
"issuer": "https ://not-a-url/issuer/foo",
"issuer": 2,
"credentialSubject": {
"id": "did:example:subject"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/input/credential-issuer-object-id-not-url-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"VerifiableCredential"
],
"issuer": {
"id": "https ://not-a-url/issuer/foo"
"id": 2
},
"credentialSubject": {
"id": "did:example:subject"
Expand Down

0 comments on commit 7bd392b

Please sign in to comment.