Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c38105 commit 65b60d2Copy full SHA for 65b60d2
tests/conversations/test_client.py
@@ -5,7 +5,7 @@
5
6
7
@patch("twilio.rest.resources.base.make_twilio_request")
8
-def test_events(mock):
+def test_conversations(mock):
9
client = TwilioConversationsClient("ACCOUNT_SID", "AUTH_TOKEN")
10
resp = create_mock_json("tests/resources/conversations/conversation_instance.json")
11
mock.return_value = resp
0 commit comments