Skip to content

Commit 9840022

Browse files
Update test_calls.py
1 parent b851baf commit 9840022

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/integration/test_calls.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,7 @@ def test_create_call(self):
177177
self.assertEqual(create_call_response[0].to, USER_NUMBER)
178178
self.assertEqual(create_call_response[0]._from, BW_NUMBER)
179179
self.assertEqual(create_call_response[0].call_url, ("https://voice.bandwidth.com/api/v2/accounts/" + \
180-
BW_ACCOUNT_ID + "/calls/" + create_call_response[0].call_id))
181-
182-
time.sleep(5)
183-
self.api_instance.update_call(BW_ACCOUNT_ID, create_call_response[0].call_id, updateStateCompleted, _return_http_data_only=False)
184-
180+
BW_ACCOUNT_ID + "/calls/" + create_call_response[0].call_id))
185181

186182
def test_create_call_bad_request(self):
187183
"""Validate a bad (400) request

0 commit comments

Comments
 (0)