Skip to content

Commit 504283e

Browse files
committed
Fix tests
1 parent 2c72a3d commit 504283e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/agents-mcp/src/jvmTest/kotlin/ai/koog/agents/mcp/McpToolTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class McpToolTest {
4848
val toolRegistry = withContext(Dispatchers.Default.limitedParallelism(1)) {
4949
withTimeout(1.minutes) {
5050
McpToolRegistryProvider.fromTransport(
51-
transport = McpToolRegistryProvider.defaultSseTransport("http://localhost:$testPort/sse"),
51+
transport = McpToolRegistryProvider.defaultSseTransport("http://localhost:$testPort"),
5252
name = "test-client",
5353
version = "0.1.0"
5454
)

0 commit comments

Comments
 (0)