@@ -42,14 +42,17 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
42
42
items = [
43
43
{
44
44
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
45
+ "description" : "Austin office IP" ,
45
46
"value" : "8GE8721REF" ,
46
47
},
47
48
{
48
49
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
50
+ "description" : "Austin office IP" ,
49
51
"value" : "8GE8721REF" ,
50
52
},
51
53
{
52
54
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
55
+ "description" : "Austin office IP" ,
53
56
"value" : "8GE8721REF" ,
54
57
},
55
58
],
@@ -266,14 +269,17 @@ def test_method_edit_with_all_params(self, client: Cloudflare) -> None:
266
269
append = [
267
270
{
268
271
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
272
+ "description" : "Austin office IP" ,
269
273
"value" : "8GE8721REF" ,
270
274
},
271
275
{
272
276
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
277
+ "description" : "Austin office IP" ,
273
278
"value" : "8GE8721REF" ,
274
279
},
275
280
{
276
281
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
282
+ "description" : "Austin office IP" ,
277
283
"value" : "8GE8721REF" ,
278
284
},
279
285
],
@@ -392,14 +398,17 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
392
398
items = [
393
399
{
394
400
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
401
+ "description" : "Austin office IP" ,
395
402
"value" : "8GE8721REF" ,
396
403
},
397
404
{
398
405
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
406
+ "description" : "Austin office IP" ,
399
407
"value" : "8GE8721REF" ,
400
408
},
401
409
{
402
410
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
411
+ "description" : "Austin office IP" ,
403
412
"value" : "8GE8721REF" ,
404
413
},
405
414
],
@@ -616,14 +625,17 @@ async def test_method_edit_with_all_params(self, async_client: AsyncCloudflare)
616
625
append = [
617
626
{
618
627
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
628
+ "description" : "Austin office IP" ,
619
629
"value" : "8GE8721REF" ,
620
630
},
621
631
{
622
632
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
633
+ "description" : "Austin office IP" ,
623
634
"value" : "8GE8721REF" ,
624
635
},
625
636
{
626
637
"created_at" : parse_datetime ("2014-01-01T05:20:00.12345Z" ),
638
+ "description" : "Austin office IP" ,
627
639
"value" : "8GE8721REF" ,
628
640
},
629
641
],
0 commit comments