satellite/metainfo: use metaclient type instead of storj
This just cleanup change to unblock libuplink to reorganize types which are aliases to storj types. Change-Id: Id3edf13f1b0aef52d7606d545aa7a6594cf8d13f
This commit is contained in:
parent
96c3816313
commit
43286dbc37
@ -92,7 +92,7 @@ func TestEndpoint_NoStorageNodes(t *testing.T) {
|
|||||||
|
|
||||||
// Sanity check: it should work before revoke
|
// Sanity check: it should work before revoke
|
||||||
_, err = client.ListBuckets(ctx, metaclient.ListBucketsParams{
|
_, err = client.ListBuckets(ctx, metaclient.ListBucketsParams{
|
||||||
ListOpts: storj.BucketListOptions{
|
ListOpts: metaclient.BucketListOptions{
|
||||||
Cursor: "",
|
Cursor: "",
|
||||||
Direction: storj.Forward,
|
Direction: storj.Forward,
|
||||||
Limit: 10,
|
Limit: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user