Exercise all cases in the Update fixture.
diff --git a/openstack/cdn/v1/services/results.go b/openstack/cdn/v1/services/results.go
index 40581a4..33406c4 100644
--- a/openstack/cdn/v1/services/results.go
+++ b/openstack/cdn/v1/services/results.go
@@ -100,7 +100,7 @@
}
// OriginList provides a useful way to perform bulk operations in a single Patch.
-type OriginList []Domain
+type OriginList []Origin
func (list OriginList) toPatchValue() interface{} {
r := make([]interface{}, len(list))
@@ -158,7 +158,7 @@
}
// CacheRuleList provides a useful way to perform bulk operations in a single Patch.
-type CacheRuleList []Domain
+type CacheRuleList []CacheRule
func (list CacheRuleList) toPatchValue() interface{} {
r := make([]interface{}, len(list))