Skip to content

Commit 24a093a

Browse files
Update test_calls.py
1 parent 9840022 commit 24a093a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/test_calls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def test_update_call_bad_request(self):
301301
self.assertEqual(context.exception.status, 400)
302302

303303
# hanging-up the call
304+
time.sleep(3)
304305
update_call_response: UpdateCall = self.api_instance.update_call(BW_ACCOUNT_ID, call_id, updateStateCompleted, _return_http_data_only=False)
305306
self.assertEqual(update_call_response[1], 200)
306307

0 commit comments

Comments
 (0)