mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2026-08-06 13:10:27 +08:00
PackageDataIntegrationTest (5 tests): full get_package_data pipeline, _fair metadata reference, no-service error, unknown DID error, DID document caching. UpdateTransientIntegrationTest (3 tests): handle_update_plugins_transient structure, seeded plugin in transient, empty registry handling. New fixture: did-doc-no-services-integration.json for no-service error path testing. Mock server: added no-services DID to DID_MAP, file-based logging. 12 integration tests (10 pass, 2 skipped): skipped tests cover update transient detection which depends on in-Docker HTTP routing during the transient check chain. Signed-off-by: Chuck Adams <chaz@chaz.works>
12 lines
305 B
JSON
12 lines
305 B
JSON
{
|
|
"id": "did:plc:no-services",
|
|
"alsoKnownAs": [],
|
|
"verificationMethod": [
|
|
{
|
|
"id": "did:plc:no-services#fair-signing",
|
|
"type": "Multikey",
|
|
"publicKeyMultibase": "zDnaerDaTF5BXEavCrfRZEk316dpbLsfPDZ3WJ5hRTPFU2169"
|
|
}
|
|
],
|
|
"service": []
|
|
}
|