Correct url in git path mather test

This commit is contained in:
René Pfeuffer
2018-09-10 15:50:55 +02:00
parent 1db27e320d
commit 5f667a2428

View File

@@ -100,7 +100,7 @@ public class GitRepositoryPathMatcherITCase {
// tests end
private String createUrl() {
return BASE_URL + "git/" + repository.getNamespace() + "/" + repository.getName();
return BASE_URL + "repo/" + repository.getNamespace() + "/" + repository.getName();
}
private void cloneAndPush( String url ) throws IOException {