We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f348a83 commit a733e21Copy full SHA for a733e21
mcp-spring/mcp-spring-webflux/src/test/java/io/modelcontextprotocol/WebFluxSseIntegrationTests.java
@@ -282,7 +282,7 @@ void testRootsWithoutCapability(String clientType) {
282
283
@ParameterizedTest(name = "{0} : {displayName} ")
284
@ValueSource(strings = { "httpclient", "webflux" })
285
- void testRootsNotifciationWithEmptyRootsList(String clientType) {
+ void testRootsNotificationWithEmptyRootsList(String clientType) {
286
var clientBuilder = clientBuilders.get(clientType);
287
288
AtomicReference<List<Root>> rootsRef = new AtomicReference<>();
0 commit comments