Skip to content

Commit 1c17cb4

Browse files
Update test_calls.py
1 parent 579275b commit 1c17cb4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/integration/test_calls.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,6 @@ def test_update_call_bxml_forbidden(self):
408408

409409
self.assertApiException(context, ForbiddenException, 403)
410410

411-
time.sleep(5)
412-
# hanging-up the call
413-
update_call_response: UpdateCall = self.api_instance.update_call(BW_ACCOUNT_ID, call_id, updateStateCompleted, _return_http_data_only=False)
414-
self.assertEqual(update_call_response[1], 200)
415-
416411
def test_update_call_bxml_not_found(self):
417412
"""
418413
Validate a not found update call bxml request

0 commit comments

Comments
 (0)