File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,9 @@ public function testTnLookup() {
197197 $ body = new BandwidthLib \PhoneNumberLookup \Models \CreateAsyncBulkRequest ();
198198 $ body ->phoneNumbers = [getenv ("USER_NUMBER " )];
199199 $ createResponse = $ this ->bandwidthClient ->getPhoneNumberLookup ()->getClient ()->createAsyncBulkLookupRequest (getenv ("BW_ACCOUNT_ID " ), $ body );
200+ $ this ->assertInstanceOf (BandwidthLib \PhoneNumberLookup \Models \CreateAsyncBulkResponse::class, $ createResponse ->getResult ()->data );
200201 $ this ->assertTrue (strlen ($ createResponse ->getResult ()->data ->requestId ) > 0 );
202+ $ this ->assertTrue (strlen ($ createResponse ->getResult ()->data ->status ) > 0 );
201203
202204 // $requestId = $createResponse->getResult()->requestId;
203205 // $getResponse = $this->bandwidthClient->getPhoneNumberLookup()->getClient()->getLookupRequestStatus(getenv("BW_ACCOUNT_ID"), $requestId);
You can’t perform that action at this time.
0 commit comments