mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 23:13:30 +08:00
Polish sample
This commit is contained in:
parent
8f7fdac1b5
commit
f5fc9e488c
@ -50,8 +50,7 @@ public class InitializrIntegrationTests {
|
||||
}
|
||||
|
||||
private URI createUri(String path) {
|
||||
String url = this.stubFinder.findStubUrl(
|
||||
"io.spring.initializr:initializr-web").toString();
|
||||
String url = this.stubFinder.findStubUrl("initializr-web").toString();
|
||||
return URI.create(url + path);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user