Skip to content

Commit

Permalink
corrected the uts
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan-plivo committed Oct 14, 2022
1 parent 0419a01 commit 7ac22ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion spec/mocks/numberGetResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"voice_rate": "0.00850",
"tendlc_campaign_id": "ACB1234",
"tendlc_registration_status": "COMPLETED",
"toll_free_sms_verification": "verified"
"toll_free_sms_verification": null
}
10 changes: 5 additions & 5 deletions spec/mocks/numberListResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"voice_rate": "0.00850",
"tendlc_campaign_id": "ACB1234",
"tendlc_registration_status": "COMPLETED",
"toll_free_sms_verification": "verified"
"toll_free_sms_verification": null
},
{
"added_on": "2013-01-01",
Expand All @@ -44,7 +44,7 @@
"voice_rate": "0.00850",
"tendlc_campaign_id": "ACB1234",
"tendlc_registration_status": "COMPLETED",
"toll_free_sms_verification": "verified"
"toll_free_sms_verification": null
},
{
"added_on": "2013-03-25",
Expand All @@ -53,16 +53,16 @@
"carrier": "Plivo",
"monthly_rental_rate": "0.80000",
"number": "14152753408",
"number_type": "local",
"number_type": "tollfree",
"region": "California, UNITED STATES",
"resource_uri": "/v1/Account/MANWVLYTK4ZWU1YTY4ZT/Number/14152753408/",
"sms_enabled": true,
"sms_rate": "0.00000",
"sub_account": null,
"voice_enabled": true,
"voice_rate": "0.00850",
"tendlc_campaign_id": "ACB1234",
"tendlc_registration_status": "COMPLETED",
"tendlc_campaign_id": null,
"tendlc_registration_status": null,
"toll_free_sms_verification": "verified"
}
]
Expand Down

0 comments on commit 7ac22ae

Please sign in to comment.