Merge with custom roles branch

This commit is contained in:
René Pfeuffer
2019-05-16 14:31:56 +02:00
35 changed files with 759 additions and 381 deletions

View File

@@ -332,7 +332,7 @@ public class RepositoryRootResourceTest extends RepositoryTestBase {
.hasSize(1)
.allSatisfy(p -> {
assertThat(p.getName()).isEqualTo("trillian");
assertThat(p.getVerbs()).containsExactly("*");
assertThat(p.getRole()).isEqualTo("OWNER");
});
}