ForbesLindesay / cabbie

WebDriver for the masses
https://cabbiejs.org/
MIT License
71 stars 11 forks source link

Make `Driver#sauceJobUpdate()` use the HTTPS endpoint #21

Open lpinca opened 2 years ago

lpinca commented 2 years ago

I'm not sure if this is due to a bug in then-request. It follows redirects but some parameters are ignored when hitting the HTTP version of the endpoint. For example, using

{ name: 'url-parse', build: '43d8da23ce535a5d7ba8e9ebef084f5b' }

as body has not effect.

This seems to fix the issue.