localAgent.post('/login')
        .send({
          username: testEntity.username,
          passwordHash: testEntity.passwordHash
        })