fix tests

This commit is contained in:
Bennet Bo Fenner 2025-08-26 12:43:36 +02:00
parent 9f1e7d3617
commit c6c63daea6

View file

@ -472,7 +472,7 @@ async fn test_tool_authorization(cx: &mut TestAppContext) {
tool_name: ToolRequiringPermission::name().into(),
is_error: true,
content: "Permission to run tool denied by user".into(),
output: None
output: Some("Permission to run tool denied by user".into())
})
]
);