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]
|
#[test]
|
||||||
fn set_status_present_with_no_groups() {
|
fn set_status_present_with_no_groups() {
|
||||||
// The whole point of #1548: an agent with zero tool groups
|
// An agent with zero tool groups (or any group set that omits
|
||||||
// (or any group set that omits `meta`) must still be able to
|
// `meta`) must still be able to report its dashboard status.
|
||||||
// report its dashboard status.
|
|
||||||
let tools = allowed_mcp_tools(&[]);
|
let tools = allowed_mcp_tools(&[]);
|
||||||
assert!(
|
assert!(
|
||||||
tools.contains(&qualified("set_status")),
|
tools.contains(&qualified("set_status")),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue