Merge "GroupRebuilderIT: Fix config name to block group updates in ReviewDb"
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user