refactor: `RestProducer` wird explizit erzeugt
[demos/kafka/training] / src / test / java / de / juplo / kafka / ApplicationTests.java
index cf70c81..646a335 100644 (file)
@@ -20,7 +20,6 @@ import static de.juplo.kafka.ApplicationTests.PARTITIONS;
 import static de.juplo.kafka.ApplicationTests.TOPIC;
 import static org.awaitility.Awaitility.*;
 import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
-import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.put;
 import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;