Skip to content

Commit add21cd

Browse files
stantonkchemicL
andauthored
Update mcp/src/test/java/io/modelcontextprotocol/server/AbstractMcpClientServerIntegrationTests.java
Co-authored-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
1 parent 527643e commit add21cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/src/test/java/io/modelcontextprotocol/server/AbstractMcpClientServerIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ private double evaluateExpression(String expression) {
15991599
};
16001600
}
16011601

1602-
protected static McpTransportContextExtractor<HttpServletRequest> extractor = (r, tc) -> {
1602+
protected static McpTransportContextExtractor<HttpServletRequest> TEST_CONTEXT_EXTRACTOR = (r, tc) -> {
16031603
tc.put("important", "value");
16041604
return tc;
16051605
};

0 commit comments

Comments
 (0)