describe('authentication', () => {
      it('should reject with unauthorized when the user does not have the admin role', async () => {
        user = { username: 'user 1', role: 'editor' };
        const response = await request(app)
          .get('/api/suggestions/aggregation')