address review: drop issue ref from set_status test comment

This commit is contained in:
damocles 2026-06-09 00:25:18 +02:00 committed by mara
commit 44a9ac7002

View file

@ -2092,9 +2092,8 @@ mod allowed_tools_tests {
#[test]
fn set_status_present_with_no_groups() {
// The whole point of #1548: an agent with zero tool groups
// (or any group set that omits `meta`) must still be able to
// report its dashboard status.
// An agent with zero tool groups (or any group set that omits
// `meta`) must still be able to report its dashboard status.
let tools = allowed_mcp_tools(&[]);
assert!(
tools.contains(&qualified("set_status")),