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:
Michał Niewrzał 2022-07-08 14:17:19 +02:00
parent 96c3816313
commit 43286dbc37

View File

@ -92,7 +92,7 @@ func TestEndpoint_NoStorageNodes(t *testing.T) {
// Sanity check: it should work before revoke
_, err = client.ListBuckets(ctx, metaclient.ListBucketsParams{
ListOpts: storj.BucketListOptions{
ListOpts: metaclient.BucketListOptions{
Cursor: "",
Direction: storj.Forward,
Limit: 10,