request(app)
        .get('/api/entities')
        .set('Authorization', `Bearer ${accessToken.token}`)
        .query({ limit: 10, skip: 1, showKeys: true })
        .expect(httpStatus.OK)