[tests] fix location tests

This commit is contained in:
tobi-wan-kenobi 2022-11-26 12:05:42 +01:00
parent 0bc2c6b8e1
commit 1fef60b32c
2 changed files with 10 additions and 10 deletions

View file

@ -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",