Skip to content

Commit 1a6bd15

Browse files
committed
Fix bug in sample data that was repeating the id.
1 parent acaeb2f commit 1a6bd15

1 file changed

Lines changed: 120 additions & 120 deletions

File tree

tests/valid/PLATFORM_ROUTES.json

Lines changed: 120 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
2-
"https://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
3-
"original_url" : "https://www.{default}/",
4-
"attributes" : {},
5-
"type" : "upstream",
6-
"restrict_robots" : false,
7-
"tls" : {
8-
"client_authentication" : null,
9-
"min_version" : 771,
10-
"client_certificate_authorities" : [],
11-
"strict_transport_security" : {
12-
"include_subdomains" : null,
2+
"https://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
3+
"original_url" : "https://www.{default}/",
4+
"attributes" : {},
5+
"type" : "upstream",
6+
"restrict_robots" : false,
7+
"tls" : {
8+
"client_authentication" : null,
9+
"min_version" : 771,
10+
"client_certificate_authorities" : [],
11+
"strict_transport_security" : {
12+
"include_subdomains" : null,
13+
"enabled" : true,
14+
"preload" : null
15+
}
16+
},
17+
"upstream" : "app",
18+
"cache" : {
1319
"enabled" : true,
14-
"preload" : null
15-
}
16-
},
17-
"upstream" : "app",
18-
"cache" : {
19-
"enabled" : true,
20-
"headers" : [
21-
"Accept",
22-
"Accept-Language"
23-
],
24-
"cookies" : [
25-
"/^SS?ESS.*/"
26-
],
27-
"default_ttl" : 0
28-
},
29-
"http_access" : {
30-
"addresses" : [],
31-
"basic_auth" : {}
32-
},
33-
"primary" : true,
34-
"id" : "main",
35-
"ssi" : {
36-
"enabled" : false
37-
}
38-
},
39-
"https://www2.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
40-
"original_url" : "https://www.{default}/",
41-
"attributes" : {},
42-
"type" : "upstream",
43-
"restrict_robots" : false,
44-
"tls" : {
45-
"client_authentication" : null,
46-
"min_version" : 771,
47-
"client_certificate_authorities" : [],
48-
"strict_transport_security" : {
49-
"include_subdomains" : null,
20+
"headers" : [
21+
"Accept",
22+
"Accept-Language"
23+
],
24+
"cookies" : [
25+
"/^SS?ESS.*/"
26+
],
27+
"default_ttl" : 0
28+
},
29+
"http_access" : {
30+
"addresses" : [],
31+
"basic_auth" : {}
32+
},
33+
"primary" : true,
34+
"id" : "main",
35+
"ssi" : {
36+
"enabled" : false
37+
}
38+
},
39+
"https://www2.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
40+
"original_url" : "https://www.{default}/",
41+
"attributes" : {},
42+
"type" : "upstream",
43+
"restrict_robots" : false,
44+
"tls" : {
45+
"client_authentication" : null,
46+
"min_version" : 771,
47+
"client_certificate_authorities" : [],
48+
"strict_transport_security" : {
49+
"include_subdomains" : null,
50+
"enabled" : true,
51+
"preload" : null
52+
}
53+
},
54+
"upstream" : "app",
55+
"cache" : {
5056
"enabled" : true,
51-
"preload" : null
52-
}
53-
},
54-
"upstream" : "app",
55-
"cache" : {
56-
"enabled" : true,
57-
"headers" : [
58-
"Accept",
59-
"Accept-Language"
60-
],
61-
"cookies" : [
62-
"/^SS?ESS.*/"
63-
],
64-
"default_ttl" : 0
65-
},
66-
"http_access" : {
67-
"addresses" : [],
68-
"basic_auth" : {}
69-
},
70-
"primary" : false,
71-
"id" : "main",
72-
"ssi" : {
73-
"enabled" : false
74-
}
75-
},
57+
"headers" : [
58+
"Accept",
59+
"Accept-Language"
60+
],
61+
"cookies" : [
62+
"/^SS?ESS.*/"
63+
],
64+
"default_ttl" : 0
65+
},
66+
"http_access" : {
67+
"addresses" : [],
68+
"basic_auth" : {}
69+
},
70+
"primary" : false,
71+
"id" : "main2",
72+
"ssi" : {
73+
"enabled" : false
74+
}
75+
},
7676
"https://www3.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
7777
"original_url" : "https://www.{default}/",
7878
"attributes" : {},
@@ -105,56 +105,56 @@
105105
"basic_auth" : {}
106106
},
107107
"primary" : false,
108-
"id" : "main",
108+
"id" : "main3",
109109
"ssi" : {
110110
"enabled" : false
111111
}
112112
},
113-
"http://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
114-
"id" : null,
115-
"to" : "https://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/",
116-
"primary" : false,
117-
"original_url" : "http://www.{default}/",
118-
"http_access" : {
119-
"basic_auth" : {},
120-
"addresses" : []
121-
},
122-
"restrict_robots" : false,
123-
"type" : "redirect"
124-
},
125-
"https://master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
126-
"id" : null,
127-
"to" : "https://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/",
128-
"primary" : false,
129-
"http_access" : {
130-
"addresses" : [],
131-
"basic_auth" : {}
132-
},
133-
"tls" : {
134-
"client_authentication" : null,
135-
"min_version" : null,
136-
"strict_transport_security" : {
137-
"include_subdomains" : null,
138-
"enabled" : null,
139-
"preload" : null
140-
},
141-
"client_certificate_authorities" : []
142-
},
143-
"restrict_robots" : false,
144-
"type" : "redirect",
145-
"attributes" : {},
146-
"original_url" : "https://{default}/"
147-
},
148-
"http://master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
149-
"to" : "https://master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/",
150-
"id" : null,
151-
"primary" : false,
152-
"http_access" : {
153-
"addresses" : [],
154-
"basic_auth" : {}
155-
},
156-
"original_url" : "http://{default}/",
157-
"type" : "redirect",
158-
"restrict_robots" : false
159-
}
113+
"http://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
114+
"id" : null,
115+
"to" : "https://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/",
116+
"primary" : false,
117+
"original_url" : "http://www.{default}/",
118+
"http_access" : {
119+
"basic_auth" : {},
120+
"addresses" : []
121+
},
122+
"restrict_robots" : false,
123+
"type" : "redirect"
124+
},
125+
"https://master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
126+
"id" : null,
127+
"to" : "https://www.master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/",
128+
"primary" : false,
129+
"http_access" : {
130+
"addresses" : [],
131+
"basic_auth" : {}
132+
},
133+
"tls" : {
134+
"client_authentication" : null,
135+
"min_version" : null,
136+
"strict_transport_security" : {
137+
"include_subdomains" : null,
138+
"enabled" : null,
139+
"preload" : null
140+
},
141+
"client_certificate_authorities" : []
142+
},
143+
"restrict_robots" : false,
144+
"type" : "redirect",
145+
"attributes" : {},
146+
"original_url" : "https://{default}/"
147+
},
148+
"http://master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/" : {
149+
"to" : "https://master-7rqtwti-gcpjkefjk4wc2.us-2.platformsh.site/",
150+
"id" : null,
151+
"primary" : false,
152+
"http_access" : {
153+
"addresses" : [],
154+
"basic_auth" : {}
155+
},
156+
"original_url" : "http://{default}/",
157+
"type" : "redirect",
158+
"restrict_robots" : false
159+
}
160160
}

0 commit comments

Comments
 (0)