mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 10:00:23 +08:00
refactor: move mcphost package to top level
This commit is contained in:
@@ -459,7 +459,7 @@ func TestCallMCPTool(t *testing.T) {
|
||||
// Create a new case runner for testing
|
||||
caseRunner, err := NewCaseRunner(TestCase{
|
||||
Config: &TConfig{
|
||||
MCPConfigPath: "pkg/mcphost/testdata/test.mcp.json",
|
||||
MCPConfigPath: "mcphost/testdata/test.mcp.json",
|
||||
},
|
||||
}, nil)
|
||||
require.Nil(t, err)
|
||||
|
||||
Reference in New Issue
Block a user