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 b28ef93 commit 379f35fCopy full SHA for 379f35f
test/integration/test_integration.rb
@@ -113,6 +113,7 @@ def test_create_call_and_get_call_state
113
assert(response.data.call_id.length > 0, "call_id value not set")
114
115
#Get phone call information
116
+ sleep 1
117
response = @bandwidth_client.voice_client.client.get_call(BW_ACCOUNT_ID, response.data.call_id)
118
assert(response.data.state.length > 0, "state value not set")
119
end
0 commit comments