Skip to content

Commit 4561679

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/ipinfo_SUITE.erl

Lines changed: 3 additions & 3 deletions
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">>,
@@ -41,8 +41,8 @@ details_test(Config) ->
4141
postal := <<"94043">>,
4242
timezone := <<"America/Los_Angeles">>,
4343
country_name := <<"United States">>,
44-
latitude := <<"37.4056">>,
45-
longitude := <<"-122.0775">>,
44+
latitude := <<"38.0088">>,
45+
longitude := <<"-122.117">>,
4646
is_eu := false,
4747
country_flag := #{
4848
<<"emoji">> := <<240,159,135,186,240,159,135,184>>,

0 commit comments

Comments
 (0)