Skip to content

Commit

Permalink
Update integration test for sync-ing alert definitions with the proper
Browse files Browse the repository at this point in the history
permission settings
  • Loading branch information
pnguyen committed Feb 10, 2010
1 parent 357bc7f commit 1e88536
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -274,6 +274,7 @@ public void testSyncCreateDefinitionNonSuperUser() throws Exception {

List<Operation> operations = new ArrayList<Operation>();
operations.add(Operation.MANAGE_PLATFORM_ALERTS);
operations.add(Operation.VIEW_PLATFORM);
operations.add(Operation.MODIFY_PLATFORM);

Role alertRole = createRole(Collections.singletonList(privUser),
Expand Down

0 comments on commit 1e88536

Please sign in to comment.