Skip to content

Feat/split apis

Feat/split apis #1344

Triggered via pull request January 15, 2024 12:34
Status Success
Total duration 40s
Artifacts

sonarcloud.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

50 errors
test_connections.test_create_invitation_no_public_did[None-None-None]: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_create_invitation_no_public_did[alias-False-False]: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_create_invitation_no_public_did[alias-True-False]: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_create_invitation_no_public_did[alias-False-True]: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_create_invitation_no_public_did[alias-True-True]: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_accept_invitation: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_get_connections: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_get_connection_by_id: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_delete_connection: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_bob_and_alice_connect: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_accept_use_public_did: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_connections.test_accept_use_public_did_between_issuer_and_holder: app/tests/e2e/test_connections.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_credentials.test_issue_credential_with_save_exchange_record[v1-False]: app/tests/e2e/test_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_credentials.test_issue_credential_with_save_exchange_record[v1-True]: app/tests/e2e/test_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_credentials.test_issue_credential_with_save_exchange_record[v2-False]: app/tests/e2e/test_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_credentials.test_issue_credential_with_save_exchange_record[v2-True]: app/tests/e2e/test_credentials.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_definitions.test_create_credential_definition_issuer_tenant[False]: app/tests/e2e/test_definitions.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_definitions.test_create_credential_definition_issuer_tenant[True]: app/tests/e2e/test_definitions.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_jsonld.test_sign_jsonld: app/tests/e2e/test_jsonld.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_messaging.test_send_trust_ping: app/tests/e2e/test_messaging.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_messaging.test_send_message: app/tests/e2e/test_messaging.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_oob.test_create_invitation_oob: app/tests/e2e/test_oob.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_oob.test_accept_invitation_oob: app/tests/e2e/test_oob.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_oob.test_oob_connect_via_public_did: app/tests/e2e/test_oob.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_tenants.test_get_wallet_auth_token: app/tests/e2e/test_tenants.py#L20
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_create_tenant_member_wo_wallet_name: app/tests/e2e/test_tenants.py#L51
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_create_tenant_member_w_wallet_name: app/tests/e2e/test_tenants.py#L92
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_create_tenant_issuer: app/tests/e2e/test_tenants.py#L137
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_create_tenant_verifier: app/tests/e2e/test_tenants.py#L206
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_update_tenant_verifier_to_issuer: app/tests/e2e/test_tenants.py#L260
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_get_tenants: app/tests/e2e/test_tenants.py#L363
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_get_tenants_by_group: app/tests/e2e/test_tenants.py#L408
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_get_tenants_by_wallet_name: app/tests/e2e/test_tenants.py#L441
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_delete_tenant: app/tests/e2e/test_tenants.py#L480
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_tenants.test_extra_settings: app/tests/e2e/test_tenants.py#L513
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_trust_registry.test_get_schemas: app/tests/e2e/test_trust_registry.py#L20
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_trust_registry.test_get_schema_by_id: app/tests/e2e/test_trust_registry.py#L33
fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}
test_trust_registry.test_get_actors: app/tests/e2e/test_trust_registry.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_trust_registry.test_get_actors_x: app/tests/e2e/test_trust_registry.py#L115
assert 404 == 400 + where 404 = HTTPException(status_code=404, detail='{"detail":"Not Found"}').status_code + where HTTPException(status_code=404, detail='{"detail":"Not Found"}') = <ExceptionInfo HTTPException(status_code=404, detail='{"detail":"Not Found"}') tblen=2>.value
test_trust_registry.test_get_issuers: app/tests/e2e/test_trust_registry.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_trust_registry.test_get_verifiers: app/tests/e2e/test_trust_registry.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_trust_registry_integration.test_accept_proof_request_verifier_no_public_did: app/tests/e2e/test_trust_registry_integration.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_accept_proof_request_v1[trust_registry]: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_accept_proof_request_v1[default]: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_accept_proof_request_oob_v1: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_accept_proof_request_oob_v2: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_accept_proof_request_v2[trust_registry]: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_accept_proof_request_v2[default]: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_send_proof_request[trust_registry]: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"
test_verifier.test_send_proof_request[default]: app/tests/e2e/test_verifier.py#L1
failed on setup with "fastapi.exceptions.HTTPException: 404: {"detail":"Not Found"}"