Closed Codesleuth closed 8 years ago
The way http is stored means it can't be used by the client. I know this is a problem from the fact that we aren't integration testing this right now, but I've experienced it before.
http
The behaviour right now is that any request to AppVeyor is silently failing. It can be fixed by binding the http property to the robot before storing a reference. See TechNottingham/hubot-hackbot/blob/master/lib/client.coffee#L9
robot
The way
http
is stored means it can't be used by the client. I know this is a problem from the fact that we aren't integration testing this right now, but I've experienced it before.The behaviour right now is that any request to AppVeyor is silently failing. It can be fixed by binding the
http
property to therobot
before storing a reference. See TechNottingham/hubot-hackbot/blob/master/lib/client.coffee#L9