spec/discovery/crm/tickets/associations_api_spec.rb in hubspot-api-client-11.2.0 vs spec/discovery/crm/tickets/associations_api_spec.rb in hubspot-api-client-12.0.0
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
describe 'Hubspot::Discovery::Crm::Tickets::AssociationsApi' do
- subject(:api) { Hubspot::Client.new(api_key: 'test').crm.tickets.associations_api }
+ subject(:api) { Hubspot::Client.new(access_token: 'test').crm.tickets.associations_api }
it { is_expected.to respond_to(:archive) }
it { is_expected.to respond_to(:create) }
it { is_expected.to respond_to(:get_all) }
end