fix: compute content-addressed branch_id and commit_id in test_merge_proposals.py
_branch_with_commit helper used uuid.uuid4().hex (truncated, not sha256) for commit_id and omitted branch_id entirely, causing NOT NULL violations. Replace with fake_id() for commit_id and compute_branch_id() for branch_id.
sha256:9c5e14707d1a5c4868e44246143fd02f5dda43be881470d997d193d6546590d4
sha
sha256:af8d62a0f2cc9cbc34156846ac03cf6ce4fd2b18c59ef3011c211162717536cf
snapshot
Older
fix: compute content-addressed IDs for all ORM inserts in tests …
sha256:73de8cc7d51b87bc0fa9ee5a10e2ca742e363db7aa070a77abed6fcbc487eab0
All commits
Newer
fix: use content-addressed IDs and prefixed pubkeys in MSign tes…
sha256:17718ffdede146664ef81782958abfae6ac51a93ccd93be7b999cef3c002421c
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:9c5e14707d1a5c4868e44246143fd02f5dda43be881470d997d193d6546590d4 --body "your comment"
No comments yet. Be the first to start the discussion.