Skip to content

Commit cfbe7d0

Browse files
committed
fix(test): correct version in McpClientBuilderTest to match project version
Update X-Client-Version from 1.0.8 to 1.0.10-SNAPSHOT to align with current project version defined in pom.xml.
1 parent b6cff84 commit cfbe7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agentscope-core/src/test/java/io/agentscope/core/tool/mcp/McpClientBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ void testCustomizeStreamableHttpClient_WithHttp2() {
11351135
void testCompleteConfiguration_WithClientCustomization() {
11361136
Map<String, String> headers = new HashMap<>();
11371137
headers.put("Authorization", "Bearer token123");
1138-
headers.put("X-Client-Version", "1.0.8");
1138+
headers.put("X-Client-Version", "1.0.10-SNAPSHOT");
11391139

11401140
Map<String, String> queryParams = new HashMap<>();
11411141
queryParams.put("tenant", "acme");

0 commit comments

Comments
 (0)