mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 18:26:16 +01:00
Correct url in git path mather test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user