diff --git a/test/groups.js b/test/groups.js index 9a4f494442..eb775f0350 100644 --- a/test/groups.js +++ b/test/groups.js @@ -1271,8 +1271,7 @@ describe('Groups', () => { }); }); - describe('admin api/socket methods', () => { - const socketGroups = require('../src/socket.io/admin/groups'); + describe('api methods', () => { const apiGroups = require('../src/api/groups'); it('should fail to create group with invalid data', async () => { let err;