Fix fallback to custom s3 buckets
This commit is contained in:
@@ -374,7 +374,7 @@ describe('Filestore', function() {
|
||||
})
|
||||
})
|
||||
|
||||
if (backend === 'S3Persistor') {
|
||||
if (backend === 'S3Persistor' || backend === 'FallbackGcsToS3Persistor') {
|
||||
describe('with a file in a specific bucket', function() {
|
||||
let constantFileContent, fileId, fileUrl, bucketName
|
||||
|
||||
|
||||
Reference in New Issue
Block a user