✨ Add issuer/verifier image_url
to trustregistry
#3385
Annotations
200 errors
test_tenants.test_get_wallet_auth_token:
app/tests/e2e/test_tenants.py#L29
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_member_wo_wallet_name:
app/tests/e2e/test_tenants.py#L85
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_member_w_wallet_name:
app/tests/e2e/test_tenants.py#L137
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_get_actors:
trustregistry/tests/e2e/test_actor.py#L36
fastapi.exceptions.HTTPException: 500: Internal Server Error
|
test_connections.test_create_invitation_no_public_did[clean-None-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_clear_pending_revokes[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_create_tenant_issuer:
app/tests/e2e/test_tenants.py#L186
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_verifier.test_accept_proof_request_verifier_has_issuer_role[clean-clean-clean-clean-clean-trust_registry]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_create_tenant_verifier:
app/tests/e2e/test_tenants.py#L266
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_register_actor:
trustregistry/tests/e2e/test_actor.py#L65
assert {'detail': '(...e/e/20/f405)'} == {'did': 'did:...m/image', ...}
Left contains 1 more item:
{'detail': '(psycopg2.errors.UndefinedColumn) column "image_url" of relation '
'"actors" does not exist\n'
'LINE 1: ...actors (id, name, roles, didcomm_invitation, did, '
'image_url)...\n'
' ^\n'...
...Full output truncated (16 lines hidden), use '-vv' to show
|
test_actor.test_get_actor:
trustregistry/tests/e2e/test_actor.py#L108
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_actor.test_update_actor:
trustregistry/tests/e2e/test_actor.py#L153
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_ld_proof_did_key_bbs.test_send_jsonld_key_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_actor.test_remove_actors:
trustregistry/tests/e2e/test_actor.py#L192
assert 500 == 204
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_tenants.test_update_tenant_verifier_to_issuer:
app/tests/e2e/test_tenants.py#L331
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_revocation.test_clear_pending_revokes_no_map[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_accept_proof_request_verifier_has_issuer_role[clean-clean-clean-clean-clean-default]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants:
app/tests/e2e/test_tenants.py#L468
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_group:
app/tests/e2e/test_tenants.py#L530
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_bbs.test_send_jsonld_request[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_all_revocations_for_rev_reg_id[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_wallet_name:
app/tests/e2e/test_tenants.py#L575
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_indy_credentials.test_send_credential_oob[clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenant:
app/tests/e2e/test_tenants.py#L635
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_sov.test_send_jsonld_credential_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_accept_proof_request[clean-clean-clean-clean-clean-clean-trust_registry]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_issue_jsonld_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_delete_tenant:
app/tests/e2e/test_tenants.py#L693
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_revocation.test_publish_all_revocations_no_payload[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_extra_settings:
app/tests/e2e/test_tenants.py#L746
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_verifier.test_accept_proof_request[clean-clean-clean-clean-clean-clean-default]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_mismatch_sov_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_predicate_proofs.test_predicate_proofs[clean-clean-clean-clean-clean-clean-<]:
app/tests/e2e/verifier/test_predicate_proofs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_one_revocation[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_send_jsonld_oob_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential_request[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_get_proof_and_get_proofs[clean-clean-clean-clean-clean-clean]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_mismatch_bbs_ed[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_predicate_proofs.test_predicate_proofs[clean-clean-clean-clean-clean-clean->]:
app/tests/e2e/verifier/test_predicate_proofs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_send_jsonld_request_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_get_pending_revocations[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_create_offer[clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_wallets_paginated:
app/tests/e2e/test_tenants.py#L992
IndexError: list index out of range
|
test_verifier.test_get_credentials_for_request[clean-clean-clean-clean-clean-clean]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_issue_jsonld_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_wallet_auth_token:
app/tests/e2e/test_tenants.py#L29
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_member_wo_wallet_name:
app/tests/e2e/test_tenants.py#L85
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_member_w_wallet_name:
app/tests/e2e/test_tenants.py#L137
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_issuer:
app/tests/e2e/test_tenants.py#L186
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_get_actors:
trustregistry/tests/e2e/test_actor.py#L36
fastapi.exceptions.HTTPException: 500: Internal Server Error
|
test_connections.test_create_invitation_no_public_did[clean-None-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_create_tenant_verifier:
app/tests/e2e/test_tenants.py#L266
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_revocation.test_clear_pending_revokes[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_actor.test_register_actor:
trustregistry/tests/e2e/test_actor.py#L65
assert {'detail': '(...e/e/20/f405)'} == {'did': 'did:...m/image', ...}
Left contains 1 more item:
{'detail': '(psycopg2.errors.UndefinedColumn) column "image_url" of relation '
'"actors" does not exist\n'
'LINE 1: ...actors (id, name, roles, didcomm_invitation, did, '
'image_url)...\n'
' ^\n'...
...Full output truncated (16 lines hidden), use '-vv' to show
|
test_actor.test_get_actor:
trustregistry/tests/e2e/test_actor.py#L108
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_tenants.test_update_tenant_verifier_to_issuer:
app/tests/e2e/test_tenants.py#L331
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_update_actor:
trustregistry/tests/e2e/test_actor.py#L153
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_ld_proof_did_key_bbs.test_send_jsonld_key_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_actor.test_remove_actors:
trustregistry/tests/e2e/test_actor.py#L192
assert 500 == 204
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_tenants.test_get_tenants:
app/tests/e2e/test_tenants.py#L468
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_clear_pending_revokes_no_map[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_group:
app/tests/e2e/test_tenants.py#L530
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_bbs.test_send_jsonld_request[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_wallet_name:
app/tests/e2e/test_tenants.py#L575
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_get_tenant:
app/tests/e2e/test_tenants.py#L635
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_all_revocations_for_rev_reg_id[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_send_jsonld_key_ed25519[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential_oob[clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_delete_tenant:
app/tests/e2e/test_tenants.py#L693
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_bbs.test_issue_jsonld_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_extra_settings:
app/tests/e2e/test_tenants.py#L746
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_all_revocations_no_payload[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_send_jsonld_request[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_mismatch_sov_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_send_jsonld_credential_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_one_revocation[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_issue_jsonld_ed[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_mismatch_bbs_ed[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential_request[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_wallets_paginated:
app/tests/e2e/test_tenants.py#L992
IndexError: list index out of range
|
test_ld_proof_did_sov.test_send_jsonld_oob_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_get_pending_revocations[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_accept_invitation[clean-clean]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_create_offer[clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_bbs_oob[clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_send_jsonld_mismatch_ed_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_send_jsonld_request_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_clear_pending_revokes_bad_payload[clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_predicate_proofs.test_predicate_proofs[clean-clean-clean-clean-clean-clean-<]:
app/tests/e2e/verifier/test_predicate_proofs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_get_connections[clean-clean]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_wallet_auth_token:
app/tests/e2e/test_tenants.py#L29
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_member_wo_wallet_name:
app/tests/e2e/test_tenants.py#L85
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_get_actors:
trustregistry/tests/e2e/test_actor.py#L36
fastapi.exceptions.HTTPException: 500: Internal Server Error
|
test_tenants.test_create_tenant_member_w_wallet_name:
app/tests/e2e/test_tenants.py#L137
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_verifier.test_accept_proof_request_verifier_has_issuer_role[clean-clean-clean-clean-clean-trust_registry]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-None-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_clear_pending_revokes[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_actor.test_register_actor:
trustregistry/tests/e2e/test_actor.py#L65
assert {'detail': '(...e/e/20/f405)'} == {'did': 'did:...m/image', ...}
Left contains 1 more item:
{'detail': '(psycopg2.errors.UndefinedColumn) column "image_url" of relation '
'"actors" does not exist\n'
'LINE 1: ...actors (id, name, roles, didcomm_invitation, did, '
'image_url)...\n'
' ^\n'...
...Full output truncated (16 lines hidden), use '-vv' to show
|
test_tenants.test_create_tenant_issuer:
app/tests/e2e/test_tenants.py#L186
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_get_actor:
trustregistry/tests/e2e/test_actor.py#L108
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_actor.test_update_actor:
trustregistry/tests/e2e/test_actor.py#L153
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_actor.test_remove_actors:
trustregistry/tests/e2e/test_actor.py#L192
assert 500 == 204
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_tenants.test_create_tenant_verifier:
app/tests/e2e/test_tenants.py#L266
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_bbs.test_send_jsonld_key_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_accept_proof_request_verifier_has_issuer_role[clean-clean-clean-clean-clean-default]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_clear_pending_revokes_no_map[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_update_tenant_verifier_to_issuer:
app/tests/e2e/test_tenants.py#L331
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants:
app/tests/e2e/test_tenants.py#L468
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_bbs.test_send_jsonld_request[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_group:
app/tests/e2e/test_tenants.py#L530
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_indy_credentials.test_send_credential_oob[clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_send_jsonld_key_ed25519[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_accept_proof_request[clean-clean-clean-clean-clean-clean-trust_registry]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_all_revocations_for_rev_reg_id[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_wallet_name:
app/tests/e2e/test_tenants.py#L575
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_get_tenant:
app/tests/e2e/test_tenants.py#L635
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_bbs.test_issue_jsonld_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_send_jsonld_request[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_delete_tenant:
app/tests/e2e/test_tenants.py#L693
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_verifier.test_accept_proof_request[clean-clean-clean-clean-clean-clean-default]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_all_revocations_no_payload[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_extra_settings:
app/tests/e2e/test_tenants.py#L746
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_bbs.test_send_jsonld_mismatch_sov_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_issue_jsonld_ed[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_get_proof_and_get_proofs[clean-clean-clean-clean-clean-clean]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_one_revocation[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_send_jsonld_credential_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential_request[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_mismatch_bbs_ed[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_send_jsonld_mismatch_ed_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_get_credentials_for_request[clean-clean-clean-clean-clean-clean]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_get_pending_revocations[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_wallets_paginated:
app/tests/e2e/test_tenants.py#L992
IndexError: list index out of range
|
test_ld_proof_did_sov.test_send_jsonld_oob_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_accept_invitation[clean-clean]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_wallet_auth_token:
app/tests/e2e/test_tenants.py#L29
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_member_wo_wallet_name:
app/tests/e2e/test_tenants.py#L85
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_create_tenant_member_w_wallet_name:
app/tests/e2e/test_tenants.py#L137
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_get_actors:
trustregistry/tests/e2e/test_actor.py#L36
fastapi.exceptions.HTTPException: 500: Internal Server Error
|
test_verifier.test_accept_proof_request_verifier_has_issuer_role[clean-clean-clean-clean-clean-trust_registry]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-None-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_create_tenant_issuer:
app/tests/e2e/test_tenants.py#L186
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_register_actor:
trustregistry/tests/e2e/test_actor.py#L65
assert {'detail': '(...e/e/20/f405)'} == {'did': 'did:...m/image', ...}
Left contains 1 more item:
{'detail': '(psycopg2.errors.UndefinedColumn) column "image_url" of relation '
'"actors" does not exist\n'
'LINE 1: ...actors (id, name, roles, didcomm_invitation, did, '
'image_url)...\n'
' ^\n'...
...Full output truncated (16 lines hidden), use '-vv' to show
|
test_actor.test_get_actor:
trustregistry/tests/e2e/test_actor.py#L108
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_revocation.test_clear_pending_revokes[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_actor.test_update_actor:
trustregistry/tests/e2e/test_actor.py#L153
assert 500 == 200
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_tenants.test_create_tenant_verifier:
app/tests/e2e/test_tenants.py#L266
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_actor.test_remove_actors:
trustregistry/tests/e2e/test_actor.py#L192
assert 500 == 204
+ where 500 = <Response [500 Internal Server Error]>.status_code
|
test_verifier.test_accept_proof_request_verifier_has_issuer_role[clean-clean-clean-clean-clean-default]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_key_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_update_tenant_verifier_to_issuer:
app/tests/e2e/test_tenants.py#L331
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants:
app/tests/e2e/test_tenants.py#L468
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_revocation.test_clear_pending_revokes_no_map[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_group:
app/tests/e2e/test_tenants.py#L530
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_ed25519.test_send_jsonld_key_ed25519[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_request[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_accept_proof_request[clean-clean-clean-clean-clean-clean-trust_registry]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenants_by_wallet_name:
app/tests/e2e/test_tenants.py#L575
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_indy_credentials.test_send_credential_oob[clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-False]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_all_revocations_for_rev_reg_id[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_get_tenant:
app/tests/e2e/test_tenants.py#L635
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_tenants.test_delete_tenant:
app/tests/e2e/test_tenants.py#L693
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_ld_proof_did_key_ed25519.test_send_jsonld_request[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_issue_jsonld_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_accept_proof_request[clean-clean-clean-clean-clean-clean-default]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_send_jsonld_credential_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_tenants.test_extra_settings:
app/tests/e2e/test_tenants.py#L746
fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}
|
test_definitions.test_create_credential_definition_issuer_tenant[clean-clean-False]:
app/tests/e2e/test_definitions.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_all_revocations_no_payload[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_predicate_proofs.test_predicate_proofs[clean-clean-clean-clean-clean-clean-<]:
app/tests/e2e/verifier/test_predicate_proofs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_connections.test_create_invitation_no_public_did[clean-alias-False-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_bbs.test_send_jsonld_mismatch_sov_bbs[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_bbs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_key_ed25519.test_issue_jsonld_ed[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_key_ed25519.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_verifier.test_get_proof_and_get_proofs[clean-clean-clean-clean-clean-clean]:
app/tests/e2e/verifier/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_ld_proof_did_sov.test_send_jsonld_oob_sov[clean-clean-clean]:
app/tests/e2e/issuer/ld_proof/test_ld_proof_did_sov.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_definitions.test_create_credential_definition_issuer_tenant[clean-clean-True]:
app/tests/e2e/test_definitions.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_indy_credentials.test_send_credential_request[clean-clean-clean-clean-clean]:
app/tests/e2e/issuer/test_indy_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_predicate_proofs.test_predicate_proofs[clean-clean-clean-clean-clean-clean->]:
app/tests/e2e/verifier/test_predicate_proofs.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_revocation.test_publish_one_revocation[clean-clean-clean-clean-clean]:
app/tests/e2e/test_revocation.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|
test_definitions.test_create_credential_definition:
app/tests/e2e/test_definitions.py#L42
app.exceptions.trust_registry_exception.TrustRegistryException: 500: Error fetching actor by DID: `Internal Server Error`.
|
test_tenants.test_get_wallets_paginated:
app/tests/e2e/test_tenants.py#L992
IndexError: list index out of range
|
test_connections.test_create_invitation_no_public_did[clean-alias-True-True]:
app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 500: {"detail":"An error occurred when trying to register actor. Please try again"}"
|