Skip to content

Commit 2a916db

Browse files
quaffilayaperumalg
authored andcommitted
Rename classes for consistency
Signed-off-by: Yanming Zhou <[email protected]>
1 parent adf4efe commit 2a916db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
import static org.assertj.core.api.Assertions.assertThat;
2929

30-
class McpServerStreamableWebFluxAutoConfigurationIT {
30+
class McpServerStreamableHttpWebFluxAutoConfigurationIT {
3131

3232
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()
3333
.withPropertyValues("spring.ai.mcp.server.protocol=STREAMABLE")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
import static org.assertj.core.api.Assertions.assertThat;
2929

30-
class McpServerStreamableWebMvcAutoConfigurationIT {
30+
class McpServerStreamableHttpWebMvcAutoConfigurationIT {
3131

3232
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()
3333
.withPropertyValues("spring.ai.mcp.server.protocol=STREAMABLE")

0 commit comments

Comments
 (0)