File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
integration-tests/js-compute/fixtures/geoip/bin Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -122,23 +122,23 @@ let ipv4Expected = {
122
122
as_name : "sky uk limited" ,
123
123
as_number : 5607 ,
124
124
area_code : 0 ,
125
- city : "south kirkby " ,
125
+ city : "lewisham " ,
126
126
conn_speed : "broadband" ,
127
127
conn_type : "wifi" ,
128
128
continent : "EU" ,
129
129
country_code : "GB" ,
130
130
country_code3 : "GBR" ,
131
131
country_name : "united kingdom" ,
132
132
gmt_offset : 0 ,
133
- latitude : 53.6 ,
134
- longitude : - 1.32 ,
135
- metro_code : 826039 ,
136
- postal_code : "wf9 3st " ,
133
+ latitude : 51.45 ,
134
+ longitude : - 0.02 ,
135
+ metro_code : 826044 ,
136
+ postal_code : "se6 4bf " ,
137
137
proxy_description : "?" ,
138
138
proxy_type : "?" ,
139
- region : "WKF " ,
139
+ region : "LEW " ,
140
140
utc_offset : 0
141
- } ;
141
+ }
142
142
143
143
routes . set ( "/fastly/getgeolocationforipaddress/parameter-ipv4-string" , async ( ) => {
144
144
let geo = fastly . getGeolocationForIpAddress ( '2.216.196.179' )
You can’t perform that action at this time.
0 commit comments