fix tests
This commit is contained in:
parent
9f1e7d3617
commit
c6c63daea6
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ async fn test_tool_authorization(cx: &mut TestAppContext) {
|
||||||
tool_name: ToolRequiringPermission::name().into(),
|
tool_name: ToolRequiringPermission::name().into(),
|
||||||
is_error: true,
|
is_error: true,
|
||||||
content: "Permission to run tool denied by user".into(),
|
content: "Permission to run tool denied by user".into(),
|
||||||
output: None
|
output: Some("Permission to run tool denied by user".into())
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue