mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-07 16:12:53 +01:00
system and hidden groups cant be renamed
This commit is contained in:
@@ -189,7 +189,9 @@ describe('Groups', function() {
|
||||
before(function(done) {
|
||||
Groups.create({
|
||||
name: 'updateTestGroup',
|
||||
description: 'bar'
|
||||
description: 'bar',
|
||||
system: 0,
|
||||
hidden: 0
|
||||
}, done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user