|
@@ -408,7 +408,9 @@ describe('File API Integration Tests', () => {
|
|
|
fileId: 1,
|
|
fileId: 1,
|
|
|
url: 'https://minio.example.com/file.zip',
|
|
url: 'https://minio.example.com/file.zip',
|
|
|
key: '1/test-file.zip',
|
|
key: '1/test-file.zip',
|
|
|
- size: 2048
|
|
|
|
|
|
|
+ size: 2048,
|
|
|
|
|
+ host: 'http://undefined:undefined',
|
|
|
|
|
+ bucket: 'd8dai'
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const mockCompleteMultipartUpload = vi.fn().mockResolvedValue(mockResponse);
|
|
const mockCompleteMultipartUpload = vi.fn().mockResolvedValue(mockResponse);
|