Skip to content

Commit e0025cf

Browse files
committed
fix issue in sweeper
1 parent b605dcd commit e0025cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/resource_dedicated_ceph_acl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func testSweepDedicatedCephACL(region string) error {
4848
var acls []DedicatedCephACL
4949
endpoint := fmt.Sprintf("/dedicated/ceph/%s/acl", url.PathEscape(serviceName))
5050

51-
if err := client.Get(endpoint, acls); err != nil {
51+
if err := client.Get(endpoint, &acls); err != nil {
5252
return fmt.Errorf("Error calling GET %s:\n\t%q", endpoint, err)
5353
}
5454

0 commit comments

Comments
 (0)