Skip to content

Commit

Permalink
chore(internal): codegen related update (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 16, 2024
1 parent c0a2fdd commit aed933f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/cachereserve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestCacheReserveClear(t *testing.T) {
)
_, err := client.Cache.CacheReserve.Clear(context.TODO(), cache.CacheReserveClearParams{
ZoneID: cloudflare.F("023e105f4ecef8ad9ca31a8372d0c353"),
Body: "{}",
Body: map[string]interface{}{},
})
if err != nil {
var apierr *cloudflare.Error
Expand Down

0 comments on commit aed933f

Please sign in to comment.