assert inbound call response is ok
This commit is contained in:
parent
bdc3bd783f
commit
8a0a9809f1
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ class InboundCallServer():
|
|||
twilio_sid=twilio_sid
|
||||
).dict()
|
||||
)
|
||||
assert response.ok
|
||||
return Response(
|
||||
response.text,
|
||||
media_type="application/xml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue