@@ -40,6 +40,7 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
40
40
account_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
41
41
acl = {
42
42
"description" : "Allows local traffic between PIN pads and cash register." ,
43
+ "forward_locally" : True ,
43
44
"lan_1" : {
44
45
"lan_id" : "string" ,
45
46
"lan_name" : "string" ,
@@ -120,6 +121,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
120
121
site_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
121
122
acl = {
122
123
"description" : "Allows local traffic between PIN pads and cash register." ,
124
+ "forward_locally" : True ,
123
125
"lan_1" : {
124
126
"lan_id" : "string" ,
125
127
"lan_name" : "string" ,
@@ -393,6 +395,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
393
395
account_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
394
396
acl = {
395
397
"description" : "Allows local traffic between PIN pads and cash register." ,
398
+ "forward_locally" : True ,
396
399
"lan_1" : {
397
400
"lan_id" : "string" ,
398
401
"lan_name" : "string" ,
@@ -473,6 +476,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
473
476
site_id = "023e105f4ecef8ad9ca31a8372d0c353" ,
474
477
acl = {
475
478
"description" : "Allows local traffic between PIN pads and cash register." ,
479
+ "forward_locally" : True ,
476
480
"lan_1" : {
477
481
"lan_id" : "string" ,
478
482
"lan_name" : "string" ,
0 commit comments