Merge "GroupRebuilderIT: Fix config name to block group updates in ReviewDb"

This commit is contained in:
Patrick Hiesel
2017-11-17 07:44:23 +00:00
committed by Gerrit Code Review

View File

@@ -225,7 +225,7 @@ public class GroupRebuilderIT extends AbstractDaemonTest {
}
private void blockReviewDbUpdates(boolean block) {
cfg.setBoolean("user", null, "readGroupsFromNoteDb", block);
cfg.setBoolean("user", null, "blockReviewDbGroupUpdates", block);
}
}
}