We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d1382 commit 4ff8ce2Copy full SHA for 4ff8ce2
1 file changed
go/internal/e2e/tools_test.go
@@ -63,7 +63,6 @@ func TestTools(t *testing.T) {
63
return strings.ToUpper(params.Input), nil
64
}),
65
},
66
- OnPermissionRequest: copilot.PermissionHandler.ApproveAll,
67
})
68
if err != nil {
69
t.Fatalf("Failed to create session: %v", err)
@@ -97,7 +96,6 @@ func TestTools(t *testing.T) {
97
96
return nil, errors.New("Melbourne")
98
99
100
101
102
103
@@ -216,7 +214,6 @@ func TestTools(t *testing.T) {
216
214
}, nil
217
215
218
219
220
221
222
0 commit comments