File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/chat-cli/src/cli/chat/tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ mod tests {
397397 #[ tokio:: test]
398398 async fn test_eval_perm_auto_allow_readonly_default ( ) {
399399 let os = Os :: new ( ) . await . unwrap ( ) ;
400-
400+
401401 // Test read-only operation with default settings (auto_allow_readonly = false)
402402 let readonly_cmd = use_aws ! { {
403403 "service_name" : "s3" ,
@@ -429,7 +429,7 @@ mod tests {
429429 #[ tokio:: test]
430430 async fn test_eval_perm_auto_allow_readonly_enabled ( ) {
431431 let os = Os :: new ( ) . await . unwrap ( ) ;
432-
432+
433433 let agent = Agent {
434434 name : "test_agent" . to_string ( ) ,
435435 tools_settings : {
@@ -475,7 +475,7 @@ mod tests {
475475 #[ tokio:: test]
476476 async fn test_eval_perm_auto_allow_readonly_with_denied_services ( ) {
477477 let os = Os :: new ( ) . await . unwrap ( ) ;
478-
478+
479479 let agent = Agent {
480480 name : "test_agent" . to_string ( ) ,
481481 tools_settings : {
You can’t perform that action at this time.
0 commit comments