BAEL-3682 reuse url

This commit is contained in:
Yavuz Tas 2021-05-09 23:49:51 +02:00
parent 581a897577
commit 525abe9831

View File

@ -74,7 +74,7 @@ public class FooPageableLiveTest extends AbstractBasicLiveTest<Foo> {
} }
protected String getPageableURL() { protected String getPageableURL() {
return "http://localhost:" + APPLICATION_PORT + "/spring-boot-rest/foos/pageable"; return getURL() + "/pageable";
} }
} }