Skip to content

Commit 5c0ef9e

Browse files
committed
fix signature
1 parent 6eea15f commit 5c0ef9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/fake/fake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func (f *fakeConnector) CreateVolumeFromSnapshot(ctx context.Context, zoneID, na
141141
return nil, nil
142142
}
143143

144-
func (f *fakeConnector) GetSnapshotByID(ctx context.Context, snapshotID ...string) (*cloud.Snapshot, error) {
144+
func (f *fakeConnector) GetSnapshotByID(ctx context.Context, snapshotID string) (*cloud.Snapshot, error) {
145145
return f.snapshot, nil
146146
}
147147

0 commit comments

Comments
 (0)