Merge "pkg/blobserver/s3: fix tests"

This commit is contained in:
Mathieu Lonjaret 2018-06-15 00:35:19 +00:00 committed by Gerrit Code Review
commit f92f9b80a3
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ func testStorage(t *testing.T, bucketDir string) {
"aws_access_key": *key,
"aws_secret_access_key": *secret,
"bucket": bucketWithDir,
"cacheSize": float64(0),
})
if err != nil {
t.Fatalf("newFromConfig error: %v", err)