LiberisLabs / hubot-appveyor

Hubot script for interacting with AppVeyor
GNU General Public License v3.0
4 stars 3 forks source link

AppVeyor requests are broken #5

Closed Codesleuth closed 8 years ago

Codesleuth commented 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.

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