Skip to content

Commit e6764dc

Browse files
committed
unit test
1 parent 70d86d7 commit e6764dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/unit/api/phone_number_lookup_api_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
describe 'PhoneNumberLookupApi' do
33
let(:phone_numbers) { [BW_NUMBER, USER_NUMBER] }
44
let(:request_id) { '123e4567-e89b-12d3-a456-426614174000' }
5+
let(:rcs_agent) { 'TestAgent' }
56

67
before(:all) do
78
Bandwidth.configure do |config|
@@ -46,6 +47,7 @@
4647
it 'should work' do
4748
request = Bandwidth::SyncLookupRequest.new(
4849
phone_numbers: phone_numbers,
50+
rcs_agent: rcs_agent,
4951
)
5052

5153
data, status_code = @api_instance.create_sync_lookup_with_http_info(BW_ACCOUNT_ID, request)

0 commit comments

Comments
 (0)