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 24bc9dc commit c5f73f5Copy full SHA for c5f73f5
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