spec/discovery/crm/quotes/associations_api_spec.rb in hubspot-api-client-11.2.0 vs spec/discovery/crm/quotes/associations_api_spec.rb in hubspot-api-client-12.0.0

- old
+ new

@@ -1,7 +1,7 @@ require 'spec_helper' describe 'Hubspot::Discovery::Crm::Quotes::AssociationsApi' do - subject(:api) { Hubspot::Client.new(api_key: 'test').crm.quotes.associations_api } + subject(:api) { Hubspot::Client.new(access_token: 'test').crm.quotes.associations_api } it { is_expected.to respond_to(:get_all) } end