Skip to content

Commit a9aa5e2

Browse files
committed
details_test: update 8.8.8.8 geolocation coordinates
1 parent 6d2b2ae commit a9aa5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ipinfo_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ details_test(Config) ->
3232
{ok, IpInfo} = ipinfo:create(Token),
3333
{ok, #{
3434
ip := <<"8.8.8.8">>,
35-
loc := <<"37.4056,-122.0775">>,
35+
loc := <<"38.0088,-122.117">>,
3636
hostname := <<"dns.google">>,
3737
city := <<"Mountain View">>,
3838
region := <<"California">>,

0 commit comments

Comments
 (0)