@@ -41,45 +41,45 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
41
41
"origin_request" : {
42
42
"access" : {
43
43
"aud_tag" : ["string" ],
44
- "team_name" : "teamName " ,
45
- "required" : True ,
44
+ "team_name" : "zero-trust-organization-name " ,
45
+ "required" : False ,
46
46
},
47
47
"ca_pool" : "caPool" ,
48
- "connect_timeout" : 0 ,
48
+ "connect_timeout" : 10 ,
49
49
"disable_chunked_encoding" : True ,
50
50
"http2_origin" : True ,
51
51
"http_host_header" : "httpHostHeader" ,
52
- "keep_alive_connections" : 0 ,
53
- "keep_alive_timeout" : 0 ,
54
- "no_happy_eyeballs" : True ,
55
- "no_tls_verify" : True ,
52
+ "keep_alive_connections" : 100 ,
53
+ "keep_alive_timeout" : 90 ,
54
+ "no_happy_eyeballs" : False ,
55
+ "no_tls_verify" : False ,
56
56
"origin_server_name" : "originServerName" ,
57
57
"proxy_type" : "proxyType" ,
58
- "tcp_keep_alive" : 0 ,
59
- "tls_timeout" : 0 ,
58
+ "tcp_keep_alive" : 30 ,
59
+ "tls_timeout" : 10 ,
60
60
},
61
61
"path" : "subpath" ,
62
62
}
63
63
],
64
64
"origin_request" : {
65
65
"access" : {
66
66
"aud_tag" : ["string" ],
67
- "team_name" : "teamName " ,
68
- "required" : True ,
67
+ "team_name" : "zero-trust-organization-name " ,
68
+ "required" : False ,
69
69
},
70
70
"ca_pool" : "caPool" ,
71
- "connect_timeout" : 0 ,
71
+ "connect_timeout" : 10 ,
72
72
"disable_chunked_encoding" : True ,
73
73
"http2_origin" : True ,
74
74
"http_host_header" : "httpHostHeader" ,
75
- "keep_alive_connections" : 0 ,
76
- "keep_alive_timeout" : 0 ,
77
- "no_happy_eyeballs" : True ,
78
- "no_tls_verify" : True ,
75
+ "keep_alive_connections" : 100 ,
76
+ "keep_alive_timeout" : 90 ,
77
+ "no_happy_eyeballs" : False ,
78
+ "no_tls_verify" : False ,
79
79
"origin_server_name" : "originServerName" ,
80
80
"proxy_type" : "proxyType" ,
81
- "tcp_keep_alive" : 0 ,
82
- "tls_timeout" : 0 ,
81
+ "tcp_keep_alive" : 30 ,
82
+ "tls_timeout" : 10 ,
83
83
},
84
84
},
85
85
)
@@ -198,45 +198,45 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
198
198
"origin_request" : {
199
199
"access" : {
200
200
"aud_tag" : ["string" ],
201
- "team_name" : "teamName " ,
202
- "required" : True ,
201
+ "team_name" : "zero-trust-organization-name " ,
202
+ "required" : False ,
203
203
},
204
204
"ca_pool" : "caPool" ,
205
- "connect_timeout" : 0 ,
205
+ "connect_timeout" : 10 ,
206
206
"disable_chunked_encoding" : True ,
207
207
"http2_origin" : True ,
208
208
"http_host_header" : "httpHostHeader" ,
209
- "keep_alive_connections" : 0 ,
210
- "keep_alive_timeout" : 0 ,
211
- "no_happy_eyeballs" : True ,
212
- "no_tls_verify" : True ,
209
+ "keep_alive_connections" : 100 ,
210
+ "keep_alive_timeout" : 90 ,
211
+ "no_happy_eyeballs" : False ,
212
+ "no_tls_verify" : False ,
213
213
"origin_server_name" : "originServerName" ,
214
214
"proxy_type" : "proxyType" ,
215
- "tcp_keep_alive" : 0 ,
216
- "tls_timeout" : 0 ,
215
+ "tcp_keep_alive" : 30 ,
216
+ "tls_timeout" : 10 ,
217
217
},
218
218
"path" : "subpath" ,
219
219
}
220
220
],
221
221
"origin_request" : {
222
222
"access" : {
223
223
"aud_tag" : ["string" ],
224
- "team_name" : "teamName " ,
225
- "required" : True ,
224
+ "team_name" : "zero-trust-organization-name " ,
225
+ "required" : False ,
226
226
},
227
227
"ca_pool" : "caPool" ,
228
- "connect_timeout" : 0 ,
228
+ "connect_timeout" : 10 ,
229
229
"disable_chunked_encoding" : True ,
230
230
"http2_origin" : True ,
231
231
"http_host_header" : "httpHostHeader" ,
232
- "keep_alive_connections" : 0 ,
233
- "keep_alive_timeout" : 0 ,
234
- "no_happy_eyeballs" : True ,
235
- "no_tls_verify" : True ,
232
+ "keep_alive_connections" : 100 ,
233
+ "keep_alive_timeout" : 90 ,
234
+ "no_happy_eyeballs" : False ,
235
+ "no_tls_verify" : False ,
236
236
"origin_server_name" : "originServerName" ,
237
237
"proxy_type" : "proxyType" ,
238
- "tcp_keep_alive" : 0 ,
239
- "tls_timeout" : 0 ,
238
+ "tcp_keep_alive" : 30 ,
239
+ "tls_timeout" : 10 ,
240
240
},
241
241
},
242
242
)
0 commit comments