team-telnyx / telnyx-ruby

Telnyx API Ruby Client
https://developers.telnyx.com/docs/api/v2/overview
MIT License
24 stars 17 forks source link

add alphanumeric_sender_id endpoint #10

Closed pyrareae closed 5 years ago

igorffs commented 5 years ago

We're getting several errors in the CI tests for:

Error: test: Telnyx::AlphanumericSenderId should be deletable. (Telnyx::AlphanumericSenderIdTest): 
Telnyx::APIError: Invalid response object from API: "{\"error\":{\"message\":\"Unrecognized request URL (GET: /v2/alphanumeric_sender_ids/123).\",\"type\":\"invalid_request_error\"}}"

I can't tell if it's a simple test change or if we have to update them tho. :(

pyrareae commented 5 years ago

Alright, I removed the short codes instead of just commenting them out (wasn't sure if they were to be added again later). And the ci is using the latest mock release now so the tests are passing!