Commit 4a0a4bdb authored by Jeff Burke's avatar Jeff Burke
Browse files

s1651: updated unit tests

parent 83b8eadd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -103,8 +103,8 @@ public class GroupsActionTest
    @Test
    public void testDoActionAccessControlException() throws Exception
    {
        String message = "Unauthorized";
        int responseCode = 401;
        String message = "Permission Denied";
        int responseCode = 403;
        Exception e = new AccessControlException("");
        testDoAction(message, responseCode, e);
    }