Skip to content
Snippets Groups Projects
Unverified Commit a2b76be2 authored by Jeff Evans's avatar Jeff Evans Committed by GitHub
Browse files

Fix geocode test failures (#15970)

Update tests in accordance with changed geocode API results ("Begles" -> "Talence")

See output of: https://get.geojs.io/v1/ip/geo.json?ip=185.233.100.23
parent 2405216e
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
:device_description "Browser (Chrome/Windows)"
:ip_address "185.233.100.23"
:active true
:location "Begles, Nouvelle-Aquitaine, France"
:location "Talence, Nouvelle-Aquitaine, France"
:timezone "CET"}
{:timestamp "2021-03-18T15:52:20.172351-04:00"
:device_description "Browser (Chrome/Windows)"
......
......@@ -81,7 +81,7 @@
;; this is from the MaxMind sample high-risk IP address list https://www.maxmind.com/en/high-risk-ip-sample-list
["185.233.100.23"]
{"185.233.100.23" {:description "Begles, Nouvelle-Aquitaine, France", :timezone (t/zone-id "Europe/Paris")}}
{"185.233.100.23" {:description "Talence, Nouvelle-Aquitaine, France", :timezone (t/zone-id "Europe/Paris")}}
["127.0.0.1"]
{"127.0.0.1" {:description "Unknown location", :timezone nil}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment