gabriel / musehub public
fix dev
AI Agent gabriel · 132 days ago · May 5, 2026 · Diff

fix: remove dead _new_uuid import from test_webhooks

Dispatcher switched from UUID delivery IDs to genesis-hash IDs (compute_webhook_delivery_id). _new_uuid was never defined in the dispatcher — remove the import and its two unit tests.

sha256:3e7cf268c7084f397f98e0e6050d1119e4f2f5ec8a3480af2aa064bc7f24e36b sha
~9 −3 symbols
sha256:1b78fc6799928f81dac3ca7a4ca52bb11f9db6c0f27f943753ce9c5c6d86fd42 snapshot
~9
symbols modified
−3
symbols removed
0
dead code introduced
Semantic Changes 12 symbols
~ tests/test_webhooks.py .py 3 symbols removed, 9 symbols modified
test_new_uuid_is_unique method method test_new_uuid_is_unique L190–192
test_new_uuid_returns_36_char_string method method test_new_uuid_returns_36_char_string L185–188
_new_uuid import import _new_uuid L72–72
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:3e7cf268c7084f397f98e0e6050d1119e4f2f5ec8a3480af2aa064bc7f24e36b --body "your comment"