Code improvement

This commit is contained in:
Ivan Paolillo 2016-11-21 11:43:32 +01:00
parent 540075ca39
commit e66e9d445f

View File

@ -20,9 +20,6 @@ import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
@RunWith(SpringJUnit4ClassRunner.class)
@WebAppConfiguration
@ContextConfiguration(locations = "file:src/main/webapp/WEB-INF/api-servlet.xml")
public class OkHttpGetLiveTest {
private static final String BASE_URL = "http://localhost:8080/spring-rest";