Skip to content

Commit 6ca8670

Browse files
authored
Update index.js
1 parent 46c45b6 commit 6ca8670

File tree

1 file changed

+7
-7
lines changed
  • integration-tests/js-compute/fixtures/geoip/bin

1 file changed

+7
-7
lines changed

integration-tests/js-compute/fixtures/geoip/bin/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,23 @@ let ipv4Expected = {
122122
as_name: "sky uk limited",
123123
as_number: 5607,
124124
area_code: 0,
125-
city: "south kirkby",
125+
city: "lewisham",
126126
conn_speed: "broadband",
127127
conn_type: "wifi",
128128
continent: "EU",
129129
country_code: "GB",
130130
country_code3: "GBR",
131131
country_name: "united kingdom",
132132
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",
137137
proxy_description: "?",
138138
proxy_type: "?",
139-
region: "WKF",
139+
region: "LEW",
140140
utc_offset: 0
141-
};
141+
}
142142

143143
routes.set("/fastly/getgeolocationforipaddress/parameter-ipv4-string", async () => {
144144
let geo = fastly.getGeolocationForIpAddress('2.216.196.179')

0 commit comments

Comments
 (0)