fair-plugin/tests/fixtures/did-doc-no-services-integration.json
Chuck Adams 83ce76c21a
Phase 9: add package data and update transient integration tests
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>
2026-06-09 13:16:10 -06:00

12 lines
305 B
JSON

{
"id": "did:plc:no-services",
"alsoKnownAs": [],
"verificationMethod": [
{
"id": "did:plc:no-services#fair-signing",
"type": "Multikey",
"publicKeyMultibase": "zDnaerDaTF5BXEavCrfRZEk316dpbLsfPDZ3WJ5hRTPFU2169"
}
],
"service": []
}