Skip to content

PR #1303

PR #1303 #3808

Triggered via dynamic January 29, 2025 17:35
Status Success
Total duration 1m 31s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test_connections.test_create_invitation_no_public_did[clean-None-False-False]: app/tests/e2e/test_connections.py#L51
fastapi.exceptions.HTTPException: 405: {"detail":"Method Not Allowed"}
test_connections.test_create_invitation_no_public_did[clean-alias-False-False]: app/tests/e2e/test_connections.py#L51
fastapi.exceptions.HTTPException: 405: {"detail":"Method Not Allowed"}
test_connections.test_create_invitation_no_public_did[clean-alias-True-False]: app/tests/e2e/test_connections.py#L51
fastapi.exceptions.HTTPException: 405: {"detail":"Method Not Allowed"}
test_connections.test_create_invitation_no_public_did[clean-alias-False-True]: app/tests/e2e/test_connections.py#L45
assert 405 == 400 + where 405 = HTTPException(status_code=405, detail='{"detail":"Method Not Allowed"}').status_code + where HTTPException(status_code=405, detail='{"detail":"Method Not Allowed"}') = <ExceptionInfo HTTPException(status_code=405, detail='{"detail":"Method Not Allowed"}') tblen=4>.value
test_connections.test_create_invitation_no_public_did[clean-alias-True-True]: app/tests/e2e/test_connections.py#L45
assert 405 == 400 + where 405 = HTTPException(status_code=405, detail='{"detail":"Method Not Allowed"}').status_code + where HTTPException(status_code=405, detail='{"detail":"Method Not Allowed"}') = <ExceptionInfo HTTPException(status_code=405, detail='{"detail":"Method Not Allowed"}') tblen=4>.value
test_connections.test_accept_invitation[clean-clean]: app/tests/e2e/test_connections.py#L71
fastapi.exceptions.HTTPException: 405: {"detail":"Method Not Allowed"}
test_connections_use_public_did.test_accept_use_public_did[clean-clean]: app/tests/e2e/issuer/test_connections_use_public_did.py#L19
fastapi.exceptions.HTTPException: 405: {"detail":"Method Not Allowed"}