BAEL-3682 reuse url
This commit is contained in:
parent
581a897577
commit
525abe9831
|
@ -74,7 +74,7 @@ public class FooPageableLiveTest extends AbstractBasicLiveTest<Foo> {
|
|||
}
|
||||
|
||||
protected String getPageableURL() {
|
||||
return "http://localhost:" + APPLICATION_PORT + "/spring-boot-rest/foos/pageable";
|
||||
return getURL() + "/pageable";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue