mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 19:20:16 +00:00
2215aced19
These two symbols were removed from tools.approval when the agent renamed has_pending -> has_blocking_approval (checks gateway queue, not _pending dict) and dropped pop_pending. They were only in the import block — never used in any test body — but their absence caused the entire file to skip via the APPROVAL_AVAILABLE guard. Before: 595 collected, 579 passed, 16 skipped After: 595 collected, 595 passed, 0 skipped Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>