package aws.example.k8spoc; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class K8spocApplicationTests { @Test void contextLoads() { } }