@@ -45,7 +45,7 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
45
45
output_options = {
46
46
"batch_prefix" : "batch_prefix" ,
47
47
"batch_suffix" : "batch_suffix" ,
48
- "cve_2021_4428 " : True ,
48
+ "cve_2021_44228 " : True ,
49
49
"field_delimiter" : "field_delimiter" ,
50
50
"field_names" : ["ClientIP" , "EdgeStartTimestamp" , "RayID" ],
51
51
"output_type" : "ndjson" ,
@@ -130,7 +130,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
130
130
output_options = {
131
131
"batch_prefix" : "batch_prefix" ,
132
132
"batch_suffix" : "batch_suffix" ,
133
- "cve_2021_4428 " : True ,
133
+ "cve_2021_44228 " : True ,
134
134
"field_delimiter" : "field_delimiter" ,
135
135
"field_names" : ["ClientIP" , "EdgeStartTimestamp" , "RayID" ],
136
136
"output_type" : "ndjson" ,
@@ -396,7 +396,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
396
396
output_options = {
397
397
"batch_prefix" : "batch_prefix" ,
398
398
"batch_suffix" : "batch_suffix" ,
399
- "cve_2021_4428 " : True ,
399
+ "cve_2021_44228 " : True ,
400
400
"field_delimiter" : "field_delimiter" ,
401
401
"field_names" : ["ClientIP" , "EdgeStartTimestamp" , "RayID" ],
402
402
"output_type" : "ndjson" ,
@@ -481,7 +481,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
481
481
output_options = {
482
482
"batch_prefix" : "batch_prefix" ,
483
483
"batch_suffix" : "batch_suffix" ,
484
- "cve_2021_4428 " : True ,
484
+ "cve_2021_44228 " : True ,
485
485
"field_delimiter" : "field_delimiter" ,
486
486
"field_names" : ["ClientIP" , "EdgeStartTimestamp" , "RayID" ],
487
487
"output_type" : "ndjson" ,
0 commit comments