Skip to content
Snippets Groups Projects
Commit 4a0a4bdb authored by Jeff Burke's avatar Jeff Burke
Browse files

s1651: updated unit tests

parent 83b8eadd
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,8 @@ public class GroupsActionTest ...@@ -103,8 +103,8 @@ public class GroupsActionTest
@Test @Test
public void testDoActionAccessControlException() throws Exception public void testDoActionAccessControlException() throws Exception
{ {
String message = "Unauthorized"; String message = "Permission Denied";
int responseCode = 401; int responseCode = 403;
Exception e = new AccessControlException(""); Exception e = new AccessControlException("");
testDoAction(message, responseCode, e); testDoAction(message, responseCode, e);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment