File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,9 @@ public function testSyncTnLookup() {
217217 $ this ->assertIsArray ($ response ->getResult ()->links );
218218 $ this ->assertInstanceOf (BandwidthLib \PhoneNumberLookup \Models \Link::class, $ response ->getResult ()->links [0 ]);
219219 $ this ->assertInstanceOf (BandwidthLib \PhoneNumberLookup \Models \LookupResponseData::class, $ response ->getResult ()->data );
220- $ this ->assertIsString ($ createResponse ->getResult ()->data ->requestId );
221- $ this ->assertIsString ($ createResponse ->getResult ()->data ->status );
220+ $ this ->assertIsString ($ response ->getResult ()->data ->requestId );
221+ $ this ->assertIsString ($ response ->getResult ()->data ->status );
222+ $ this ->assertEquals ("COMPLETE " , $ response ->getResult ()->data ->status );
222223 $ this ->assertIsArray ($ response ->getResult ()->data ->results );
223224 $ this ->assertInstanceOf (BandwidthLib \PhoneNumberLookup \Models \LookupResult::class, $ response ->getResult ()->data ->results [0 ]);
224225 $ this ->assertIsString ($ response ->getResult ()->data ->results [0 ]->phoneNumber );
You can’t perform that action at this time.
0 commit comments