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 a7a73de commit ee3b28bCopy full SHA for ee3b28b
tests/test_call.py
@@ -155,7 +155,7 @@ def test_call_create(self):
155
156
call_creation_response = Client('', http_client).call_create(**params)
157
158
- http_client.request.assert_called_once_with('calls', 'POST', params)
+ http_client.request.assert_called_once_with('calls/', 'POST', params)
159
160
# check all api response data is outputted
161
expected_data = self.create_expected_call_data_based_on_api_response(api_response)
0 commit comments