We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b605dcd commit e0025cfCopy full SHA for e0025cf
ovh/resource_dedicated_ceph_acl_test.go
@@ -48,7 +48,7 @@ func testSweepDedicatedCephACL(region string) error {
48
var acls []DedicatedCephACL
49
endpoint := fmt.Sprintf("/dedicated/ceph/%s/acl", url.PathEscape(serviceName))
50
51
- if err := client.Get(endpoint, acls); err != nil {
+ if err := client.Get(endpoint, &acls); err != nil {
52
return fmt.Errorf("Error calling GET %s:\n\t%q", endpoint, err)
53
}
54
0 commit comments