Skip to content

Commit

Permalink
Removed extra text in the verification message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Humphrey authored and christophd committed Dec 4, 2023
1 parent dd3f2e5 commit f65052d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manual/runtimes-cucumber.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public class EchoSteps {
receive("echoEndpoint")
.message()
.type(MessageType.PLAINTEXT)
.body("You just said: " + body));
.body(body));
}
}
Expand Down

0 comments on commit f65052d

Please sign in to comment.