File tree Expand file tree Collapse file tree 3 files changed +60
-8
lines changed
integration-tests/js-compute/fixtures Expand file tree Collapse file tree 3 files changed +60
-8
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,20 @@ service_id = ""
14
14
15
15
[local_server]
16
16
[local_server.object_store]
17
- example = []
17
+
18
+ [[local_server.object_store.example]]
19
+ key = "placeholder"
20
+ data = 'placholder'
18
21
19
22
[local_server.dictionaries]
20
23
[local_server.dictionaries.example]
21
24
format = "inline-toml"
22
25
[local_server.dictionaries.example.contents]
26
+ "twitter" = "https://twitter.com/fastly"
23
27
24
28
[setup]
25
29
[setup.dictionaries]
26
30
[setup.dictionaries.example]
27
- [setup.dictionaries.example.items]
31
+ [setup.dictionaries.example.items]
32
+ [setup.dictionaries.example.items.twitter]
33
+ value = "https://twitter.com/fastly"
Original file line number Diff line number Diff line change @@ -122,21 +122,21 @@ let ipv4Expected = {
122
122
as_name : "sky uk limited" ,
123
123
as_number : 5607 ,
124
124
area_code : 0 ,
125
- city : "tower hamlets " ,
125
+ city : "south kirkby " ,
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 : 51.52 ,
134
- longitude : - 0.06 ,
135
- metro_code : 826044 ,
136
- postal_code : "e1 5bt " ,
133
+ latitude : 53.6 ,
134
+ longitude : - 1.32 ,
135
+ metro_code : 826039 ,
136
+ postal_code : "wf9 3st " ,
137
137
proxy_description : "?" ,
138
138
proxy_type : "?" ,
139
- region : "TWH " ,
139
+ region : "WKF " ,
140
140
utc_offset : 0
141
141
} ;
142
142
Original file line number Diff line number Diff line change @@ -10,3 +10,49 @@ service_id = ""
10
10
11
11
[scripts]
12
12
build = "node ../../../../js-compute-runtime-cli.js"
13
+
14
+ [local_server]
15
+ [local_server.geolocation]
16
+ format = "inline-toml"
17
+
18
+ [local_server.geolocation.addresses]
19
+ [local_server.geolocation.addresses."2.216.196.179"]
20
+ as_name = "sky uk limited"
21
+ as_number = 5607
22
+ area_code = 0
23
+ city = "tower hamlets"
24
+ conn_speed = "broadband"
25
+ conn_type = "wifi"
26
+ continent = "EU"
27
+ country_code = "GB"
28
+ country_code3 = "GBR"
29
+ country_name = "united kingdom"
30
+ gmt_offset = 0
31
+ latitude = 51.52
32
+ longitude = -0.06
33
+ metro_code = 826044
34
+ postal_code = "e1 5bt"
35
+ proxy_description = "?"
36
+ proxy_type = "?"
37
+ region = "TWH"
38
+ utc_offset = 0
39
+ [local_server.geolocation.addresses."2607:f0d0:1002:51::4"]
40
+ as_name = "softlayer technologies inc."
41
+ as_number = 36351
42
+ area_code = 214
43
+ city = "dallas"
44
+ conn_speed = "broadband"
45
+ conn_type = "wired"
46
+ continent = "NA"
47
+ country_code = "US"
48
+ country_code3 = "USA"
49
+ country_name = "united states"
50
+ gmt_offset = -600
51
+ latitude = 32.94
52
+ longitude = -96.84
53
+ metro_code = 623
54
+ postal_code = "75244"
55
+ proxy_description = "?"
56
+ proxy_type = "hosting"
57
+ region = "TX"
58
+ utc_offset = -600
You can’t perform that action at this time.
0 commit comments