test('GET /posts arr', async () => {
  const { text, statusCode } = await request(app)
    .get('/posts')
    .set({ Authorization: konanToken })