satellite/metainfo: TestBatch params updated

Removed PathCipher and DefaultSegmentSize from CreateBucketParams
since they are unused anymore and breaks Integration on uplink side

Change-Id: I1393a7f1f436940731aa59edd693043336383290
This commit is contained in:
Qweder93 2021-11-05 14:16:17 +02:00
parent e721081354
commit b314559a13

View File

@ -1077,9 +1077,7 @@ func TestBatch(t *testing.T) {
numOfBuckets := 5
for i := 0; i < numOfBuckets; i++ {
requests = append(requests, &metaclient.CreateBucketParams{
Name: []byte("test-bucket-" + strconv.Itoa(i)),
PathCipher: storj.EncAESGCM,
DefaultSegmentsSize: memory.MiB.Int64(),
Name: []byte("test-bucket-" + strconv.Itoa(i)),
})
}
requests = append(requests, &metaclient.ListBucketsParams{