saucelabs / sauce_whisk

ActiveRecord style client for the Sauce Labs RESTful API
https://opensource.saucelabs.com/sauce_whisk/
MIT License
20 stars 17 forks source link

missing option to communicate with eu-central-1 #62

Closed johannes112 closed 5 years ago

johannes112 commented 5 years ago

i set the status (change_status) of my tests in saucelabs. With the new datacenter (eu-central-1) the url of the saucelabs rest api is changed to 'https://eu-central-1.saucelabs.com/rest' and this gem isn't working for me. How can I set the url manually?

DylanLacey commented 5 years ago

Closed in release 0.2.0.

DylanLacey commented 5 years ago

If you set the SAUCE_DATA_CENTER option, or SauceWhisk.data_center to :EU_VDC, you should able to access the EUDC.