ListTags: Set the can_delete field

Change-Id: I3cfd21d7726bdaaab741c646de8c93d5805b0d9f
This commit is contained in:
David Pursehouse
2017-02-23 13:43:57 +09:00
parent 061573f135
commit 23669dac55
6 changed files with 30 additions and 12 deletions

View File

@@ -999,6 +999,7 @@ public abstract class AbstractDaemonTest {
protected void grantTagPermissions() throws Exception {
grant(Permission.CREATE, project, R_TAGS + "*");
grant(Permission.DELETE, project, R_TAGS + "");
grant(Permission.CREATE_TAG, project, R_TAGS + "*");
grant(Permission.CREATE_SIGNED_TAG, project, R_TAGS + "*");
}