📍Use lombok, reformat, and optimize the code (#1560)
* Use lombok, reformat, and optimize the code * Fix merge conflicts and some sonar issues Co-authored-by: va1m <va1m@email.com>
This commit is contained in:
@ -49,7 +49,7 @@ import org.springframework.test.context.junit.jupiter.SpringExtension;
|
||||
@ActiveProfiles("test")
|
||||
@EnableAutoConfiguration
|
||||
@ComponentScan
|
||||
public class WireTapRouteTest {
|
||||
class WireTapRouteTest {
|
||||
|
||||
@EndpointInject(uri = "{{entry}}")
|
||||
private ProducerTemplate entry;
|
||||
@ -67,7 +67,7 @@ public class WireTapRouteTest {
|
||||
*/
|
||||
@Test
|
||||
@DirtiesContext
|
||||
public void testWireTap() throws Exception {
|
||||
void testWireTap() throws Exception {
|
||||
entry.sendBody("TEST");
|
||||
|
||||
endpoint.expectedMessageCount(1);
|
||||
|
Reference in New Issue
Block a user