PR #1303 #3808
codeql
on: dynamic
Matrix: analyze
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"}
|
test_connections_use_public_did.test_accept_use_public_did_between_issuer_and_holder[clean-clean]:
app/tests/e2e/issuer/test_connections_use_public_did.py#L63
fastapi.exceptions.HTTPException: 405: {"detail":"Method Not Allowed"}
|