spec/support/request.rb in gun_broker-0.4.11 vs spec/support/request.rb in gun_broker-0.5.1
- old
+ new
@@ -2,10 +2,10 @@
module GunBroker
module Test
module Request
- AUTH_ENDPOINT = [GunBroker::API::GUNBROKER_API, '/Users/AccessToken'].join
+ AUTH_ENDPOINT = [GunBroker::API::ROOT_URL, '/Users/AccessToken'].join
def stub_authentication(username, password)
stub_request(:post, AUTH_ENDPOINT)
.with(
headers: headers,