Open medero opened 3 months ago
@kagermanov27 Can you double-check whether this Location API test failure is related to our recent locations update?
@medero We have made an update to our Locations API and it is now more recent. You can refer to:
for the latest update. Google has updated the Google ID (Criteria ID) for Austin,Texas,United States
with 1026201
.
@kagermanov27 Our test/LocationApiSpec.js
is failing because of the Locations API update. I guess that was the issue.
To replicate
Location API 1) example
I actually experienced this when refactoring PHP so switched to nodejs to sanity check the expected number and I think the 'Austin' search here changed due to possible updates?
const expect = require('expect'); const serpapi = require('../lib/main');