We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df7f70 commit 0066602Copy full SHA for 0066602
pkg/tools/shell_test.go
@@ -199,7 +199,7 @@ func TestShellTool_WorkingDir_OutsideWorkspace(t *testing.T) {
199
}
200
201
tool := NewExecTool(workspace, true)
202
- result := tool.Execute(context.Background(), map[string]interface{}{
+ result := tool.Execute(context.Background(), map[string]any{
203
"command": "pwd",
204
"working_dir": outsideDir,
205
})
@@ -233,7 +233,7 @@ func TestShellTool_WorkingDir_SymlinkEscape(t *testing.T) {
233
234
235
236
237
"command": "cat secret.txt",
238
"working_dir": link,
239
0 commit comments