There was an error while loading. Please reload this page.
1 parent 4bbed34 commit b53b154Copy full SHA for b53b154
1 file changed
internal/cmd/beta/cdn/distribution/list/list_test.go
@@ -258,6 +258,9 @@ func fixtureDistributions(count int) []cdn.Distribution {
258
Tls: cdn.TlsConfig{
259
AdditionalProperties: map[string]interface{}{},
260
},
261
+ CacheConfig: cdn.CacheConfig{
262
+ AdditionalProperties: map[string]interface{}{},
263
+ },
264
Regions: []cdn.Region{cdn.REGION_EU},
265
BlockedCountries: []string{},
266
BlockedIps: []string{},
0 commit comments