We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28158f3 commit a9d80dcCopy full SHA for a9d80dc
x/acpio/mcp_internal_test.go
@@ -200,7 +200,7 @@ func TestGetSupportedMCPConfig(t *testing.T) {
200
assert.Empty(t, result)
201
})
202
203
- t.Run("server without command or url returns error", func(t *testing.T) {
+ t.Run("server without command or url is skipped", func(t *testing.T) {
204
tmpDir := t.TempDir()
205
mcpFile := filepath.Join(tmpDir, "mcp.json")
206
mcpContent := `{
0 commit comments