8000 Whoops · srevenant/twilio-python@65b60d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65b60d2

Browse files
committed
Whoops
1 parent 7c38105 commit 65b60d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conversations/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@patch("twilio.rest.resources.base.make_twilio_request")
8-
def test_events(mock):
8+
def test_conversations(mock):
99
client = TwilioConversationsClient("ACCOUNT_SID", "AUTH_TOKEN")
1010
resp = create_mock_json("tests/resources/conversations/conversation_instance.json")
1111
mock.return_value = resp

0 commit comments

Comments
 (0)
0