address review: drop issue ref from set_status test comment
This commit is contained in:
parent
a4d15cea28
commit
44a9ac7002
1 changed files with 2 additions and 3 deletions
|
|
@ -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")),
|
||||
|
|
|
|||
Loading…
Reference in a new issue