Skip to content

Commit ee3b28b

Browse files
committed
resolved the failing test_call_create test
1 parent a7a73de commit ee3b28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_call_create(self):
155155

156156
call_creation_response = Client('', http_client).call_create(**params)
157157

158-
http_client.request.assert_called_once_with('calls', 'POST', params)
158+
http_client.request.assert_called_once_with('calls/', 'POST', params)
159159

160160
# check all api response data is outputted
161161
expected_data = self.create_expected_call_data_based_on_api_response(api_response)

0 commit comments

Comments
 (0)