File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ func TestTools(t *testing.T) {
6363 return strings .ToUpper (params .Input ), nil
6464 }),
6565 },
66- OnPermissionRequest : copilot .PermissionHandler .ApproveAll ,
6766 })
6867 if err != nil {
6968 t .Fatalf ("Failed to create session: %v" , err )
@@ -97,7 +96,6 @@ func TestTools(t *testing.T) {
9796 return nil , errors .New ("Melbourne" )
9897 }),
9998 },
100- OnPermissionRequest : copilot .PermissionHandler .ApproveAll ,
10199 })
102100 if err != nil {
103101 t .Fatalf ("Failed to create session: %v" , err )
@@ -216,7 +214,6 @@ func TestTools(t *testing.T) {
216214 }, nil
217215 }),
218216 },
219- OnPermissionRequest : copilot .PermissionHandler .ApproveAll ,
220217 })
221218 if err != nil {
222219 t .Fatalf ("Failed to create session: %v" , err )
You can’t perform that action at this time.
0 commit comments