changing controller mapping

This commit is contained in:
eugenp
2017-06-17 14:04:38 +03:00
parent b11496ce26
commit 5a5f3fa459
6 changed files with 11 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ import com.google.common.base.Charsets;
public class RestTemplateBasicLiveTest {
private RestTemplate restTemplate;
private static final String fooResourceUrl = "http://localhost:" + APPLICATION_PORT + "/spring-rest/myfoos";
private static final String fooResourceUrl = "http://localhost:" + APPLICATION_PORT + "/spring-rest/foos";
@Before
public void beforeTest() {