mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Add integration test
This commit is contained in:
@@ -32,7 +32,7 @@ public class IndexDtoGenerator {
|
||||
builder.single(Link.link("groups", resourceLinks.groupCollection().self()));
|
||||
}
|
||||
if (ConfigurationPermissions.list().isPermitted()) {
|
||||
builder.single(Link.link("configuration", resourceLinks.config().self()));
|
||||
builder.single(Link.link("config", resourceLinks.config().self()));
|
||||
}
|
||||
builder.single(Link.link("repositories", resourceLinks.repositoryCollection().self()));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user