CommentsIT#postCommentsUnreachableData: Remove unnecessary setApiUser call

Change-Id: Icfb41af5e35e3674a85e188918c972d623f41be1
This commit is contained in:
David Pursehouse
2019-12-03 09:33:42 +09:00
parent 1b2e0a7994
commit b81a9aa509

View File

@@ -291,8 +291,6 @@ public class CommentsIT extends AbstractDaemonTest {
@Test
public void postCommentsUnreachableData() throws Exception {
setApiUser(admin);
String file = "file";
PushOneCommit push =
pushFactory.create(db, admin.getIdent(), testRepo, "first subject", file, "l1\nl2\n");