We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f4cf8 commit fca1ef7Copy full SHA for fca1ef7
test/index.js
@@ -49,7 +49,7 @@ describe('nodebb-plugin-category-queue', () => {
49
meta.settings.get('category-queue'),
50
]);
51
initialExemptGroups = meta.config.groupsExemptFromPostQueue;
52
- await meta.configs.set('groupsExemptFromPostQueue', [...initialExemptGroups, group.name]);
+ await meta.configs.set('groupsExemptFromPostQueue', [group.name]);
53
await groups.join('administrators', adminUid);
54
await groups.join(group.name, exemptUid);
55
tid = await topics.create({
0 commit comments