Skip to content

Commit 90ad2be

Browse files
committed
Make AbstractMcpAsyncClientResiliencyTests#host access public
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 159eb96 commit 90ad2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-test/src/main/java/io/modelcontextprotocol/client/AbstractMcpAsyncClientResiliencyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public abstract class AbstractMcpAsyncClientResiliencyTests {
4545
private static final Logger logger = LoggerFactory.getLogger(AbstractMcpAsyncClientResiliencyTests.class);
4646

4747
static Network network = Network.newNetwork();
48-
static String host = "http://localhost:3001";
48+
public static String host = "http://localhost:3001";
4949

5050
@SuppressWarnings("resource")
5151
static GenericContainer<?> container = new GenericContainer<>("docker.io/node:lts-alpine3.23")

0 commit comments

Comments
 (0)