mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
test: fix tests
This commit is contained in:
@@ -241,6 +241,7 @@ describe('API', async () => {
|
||||
meta.config.allowTopicsThumbnail = 1;
|
||||
meta.config.termsOfUse = 'I, for one, welcome our new test-driven overlords';
|
||||
meta.config.chatMessageDelay = 0;
|
||||
meta.config.activitypubEnabled = 1;
|
||||
|
||||
// Create a category
|
||||
const testCategory = await categories.create({ name: 'test' });
|
||||
|
||||
Reference in New Issue
Block a user