Skip to content

Commit 6a927ca

Browse files
committed
test: join exempt group as exempt user
1 parent a1ad7b9 commit 6a927ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ describe('nodebb-plugin-category-queue', () => {
5151
initialExemptGroups = meta.config.groupsExemptFromPostQueue;
5252
await meta.configs.set('groupsExemptFromPostQueue', [...initialExemptGroups, group.name]);
5353
await groups.join('administrators', adminUid);
54+
await groups.join(group.name, exemptUid);
5455
tid = await topics.create({
5556
title: 'Test Topic',
5657
content: 'Test topic created by testing script',

0 commit comments

Comments
 (0)