File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 expect ( create_data . errors ) . to be_instance_of ( Array )
3939
4040 request_id = create_data . data . request_id
41- sleep ( 30 )
41+ sleep ( 60 )
4242
4343 get_data , get_status_code = @api_instance . get_async_bulk_lookup_with_http_info ( BW_ACCOUNT_ID , request_id )
4444 expect ( get_status_code ) . to equal_to ( 200 )
4545 expect ( get_data ) . to be_instance_of ( Bandwidth ::GetAsyncBulkLookupResponse )
46- expect ( get_data . links [ 0 ] ) . to be_instance_of ( Bandwidth ::LinkSchema )
47- expect ( get_data . links [ 0 ] . rel ) . to be_instance_of ( String )
48- expect ( get_data . links [ 0 ] . href ) . to be_instance_of ( String )
49- expect ( get_data . links [ 0 ] . method ) . to be_instance_of ( String )
5046 expect ( get_data . data . request_id ) . to eq ( request_id )
5147 expect ( get_data . data . status ) . to eq ( Bandwidth ::InProgressLookupStatusEnum ::COMPLETE )
5248 expect ( get_data . data . results ) . to be_instance_of ( Array )
6965
7066 expect ( status_code ) . to equal_to ( 200 )
7167 expect ( data ) . to be_instance_of ( Bandwidth ::CreateSyncLookupResponse )
72- expect ( data . links [ 0 ] ) . to be_instance_of ( Bandwidth ::LinkSchema )
73- expect ( data . links [ 0 ] . rel ) . to be_instance_of ( String )
74- expect ( data . links [ 0 ] . href ) . to be_instance_of ( String )
75- expect ( data . links [ 0 ] . method ) . to be_instance_of ( String )
7668 expect ( data . data . request_id ) . to be_instance_of ( String )
7769 expect ( data . data . status ) . to eq ( Bandwidth ::CompletedLookupStatusEnum ::COMPLETE )
7870 expect ( data . data . results ) . to be_instance_of ( Array )
You can’t perform that action at this time.
0 commit comments