w3c-ccg / did-key-test-suite

Interoperability test suite for did:key
https://w3c-ccg.github.io/did-key-test-suite/
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

`methodNotSupported` instead of `invalidDid` error if method is not key #24

Closed peacekeeper closed 1 year ago

peacekeeper commented 2 years ago

One of the tests is currently:

MUST raise invalidDid error if method is not key

Per the discussion we recently had in DID Resolution (https://github.com/w3c-ccg/did-resolution/pull/74 and https://github.com/w3c-ccg/did-resolution/issues/72), I believe that error should be methodNotSupported instead of invalidDid.

aljones15 commented 1 year ago

closing as PR 27 fixes issue.