[tests] fix location tests
This commit is contained in:
parent
0bc2c6b8e1
commit
1fef60b32c
2 changed files with 10 additions and 10 deletions
|
@ -32,8 +32,8 @@ __sources = [
|
|||
{
|
||||
"url": "http://ip-api.com/json",
|
||||
"mapping": {
|
||||
"latitude": "lat",
|
||||
"longitude": "lon",
|
||||
"lat": "latitude",
|
||||
"lon": "longitude",
|
||||
"country": "country_name",
|
||||
"countryCode": "country_code",
|
||||
"city": "city_name",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue