We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ad7b9 commit 6a927caCopy full SHA for 6a927ca
1 file changed
test/index.js
@@ -51,6 +51,7 @@ describe('nodebb-plugin-category-queue', () => {
51
initialExemptGroups = meta.config.groupsExemptFromPostQueue;
52
await meta.configs.set('groupsExemptFromPostQueue', [...initialExemptGroups, group.name]);
53
await groups.join('administrators', adminUid);
54
+ await groups.join(group.name, exemptUid);
55
tid = await topics.create({
56
title: 'Test Topic',
57
content: 'Test topic created by testing script',
0 commit comments