Standardize Build
Fixes gh-769
This commit is contained in:
@@ -48,7 +48,7 @@ public class RestTests {
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
this.baseUrl = "http://localhost:" + System.getProperty("tomcat.port");
|
||||
this.baseUrl = "http://localhost:" + System.getProperty("app.port");
|
||||
this.restTemplate = new RestTemplate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user