package me.bvn13.smart.webhook.service; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class ServiceApplicationTests { @Test void contextLoads() { } }