Skip to content

Commit fca1ef7

Browse files
committed
test: remove default exempt groups for testing
1 parent 40f4cf8 commit fca1ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('nodebb-plugin-category-queue', () => {
4949
meta.settings.get('category-queue'),
5050
]);
5151
initialExemptGroups = meta.config.groupsExemptFromPostQueue;
52-
await meta.configs.set('groupsExemptFromPostQueue', [...initialExemptGroups, group.name]);
52+
await meta.configs.set('groupsExemptFromPostQueue', [group.name]);
5353
await groups.join('administrators', adminUid);
5454
await groups.join(group.name, exemptUid);
5555
tid = await topics.create({

0 commit comments

Comments
 (0)