Springify: Der Payload ist eine als JSON gerenderte Klasse
[demos/kafka/training] / src / test / java / de / juplo / kafka / ApplicationTests.java
index cf70c81..d872c2f 100644 (file)
@@ -51,7 +51,7 @@ public class ApplicationTests
 
 
        @Test
-       void testSendMessage() throws Exception
+       void testSendClientMessage() throws Exception
        {
                mockMvc
                                .perform(post("/peter").content("Hallo Welt!"))