package com.serverlessland; import org.junit.Test; public class AppTest { @Test public void successfulResponse() { App app = new App(); } }