Skip to content

Commit a9d80dc

Browse files
committed
refactor: update test case description for clarity in MCP server command handling
1 parent 28158f3 commit a9d80dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/acpio/mcp_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func TestGetSupportedMCPConfig(t *testing.T) {
200200
assert.Empty(t, result)
201201
})
202202

203-
t.Run("server without command or url returns error", func(t *testing.T) {
203+
t.Run("server without command or url is skipped", func(t *testing.T) {
204204
tmpDir := t.TempDir()
205205
mcpFile := filepath.Join(tmpDir, "mcp.json")
206206
mcpContent := `{

0 commit comments

Comments
 (0)