Add integration test

This commit is contained in:
René Pfeuffer
2018-09-28 15:55:57 +02:00
parent e28f30fbea
commit 1440fa7b9d
3 changed files with 50 additions and 2 deletions

View File

@@ -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 {