@@ -32,9 +32,10 @@ func TestInstanceNewWithOptionalParams(t *testing.T) {
3232 context .TODO (),
3333 "x" ,
3434 workflows.InstanceNewParams {
35- AccountID : cloudflare .F ("account_id" ),
36- InstanceID : cloudflare .F ("instance_id" ),
37- Params : cloudflare.F [any ](map [string ]interface {}{}),
35+ AccountID : cloudflare .F ("account_id" ),
36+ InstanceID : cloudflare .F ("instance_id" ),
37+ InstanceRetention : cloudflare.F [any ](map [string ]interface {}{}),
38+ Params : cloudflare.F [any ](map [string ]interface {}{}),
3839 },
3940 )
4041 if err != nil {
@@ -99,8 +100,9 @@ func TestInstanceBulkWithOptionalParams(t *testing.T) {
99100 workflows.InstanceBulkParams {
100101 AccountID : cloudflare .F ("account_id" ),
101102 Body : []workflows.InstanceBulkParamsBody {{
102- InstanceID : cloudflare .F ("instance_id" ),
103- Params : cloudflare.F [any ](map [string ]interface {}{}),
103+ InstanceID : cloudflare .F ("instance_id" ),
104+ InstanceRetention : cloudflare.F [any ](map [string ]interface {}{}),
105+ Params : cloudflare.F [any ](map [string ]interface {}{}),
104106 }},
105107 },
106108 )
0 commit comments