We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e7ee3 commit 3de9fabCopy full SHA for 3de9fab
pkg/mcp/pods_exec_test.go
@@ -67,7 +67,7 @@ func (s *PodsExecSuite) TestPodsExec() {
67
}))
68
s.InitMcpClient()
69
70
- s.Run("pods_exec(name=pod-to-exec, command=[ls -l])", func() {
+ s.Run("pods_exec(name=pod-to-exec, namespace=nil, command=[ls -l]), uses configured namespace", func() {
71
result, err := s.CallTool("pods_exec", map[string]interface{}{
72
"name": "pod-to-exec",
73
"command": []interface{}{"ls", "-l"},
0 commit comments