twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
280 stars 40 forks source link

chore: add check in BuildHost function #70

Closed JenniferMah closed 3 years ago

JenniferMah commented 3 years ago

Fixes

Add an additional check to verify that pieces is long enough. This was causing integration tests to fail because the rawHost is prism_twilio:4010 Jira Ticket: https://issues.corp.twilio.com/browse/DI-1263 Related PR: https://github.com/twilio/twilio-oai-generator/pull/34

Checklist