Skip to content

Commit

Permalink
Update for Extinsions Calling
Browse files Browse the repository at this point in the history
  • Loading branch information
alzheltkovskiy-hubspot committed Oct 15, 2024
1 parent db7e2a2 commit b377491
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
subject(:api) { Hubspot::Client.new(access_token: 'test').crm.extensions.calling.recording_settings_api }

it { is_expected.to respond_to(:get_url_format) }
it { is_expected.to respond_to(:mark_as_ready) }
it { is_expected.to respond_to(:register_url_format) }
it { is_expected.to respond_to(:update_url_format) }
end

0 comments on commit b377491

Please sign in to comment.