Re-enable samples

This commit is contained in:
rstoyanchev
2022-03-21 16:33:54 +00:00
parent 83001522f6
commit 9bc4c40a24
4 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ public class WebFluxWebSocketSampleSubscriptionTests {
.toFlux();
StepVerifier.create(result)
.consumeNextWith(response -> response.path("greetings").valueExists())
.consumeNextWith(response -> response.path("greetings").hasValue())
.consumeNextWith(response -> response.path("greetings").matchesJson("\"Bonjour!\""))
.consumeNextWith(response -> response.path("greetings").matchesJson("\"Hola!\""))
.expectNextCount(2)