()
| 27 | } |
| 28 | |
| 29 | async function getS3Hostname() { |
| 30 | const s3Hostname = await s3.config.endpoint(); |
| 31 | return s3Hostname.hostname; |
| 32 | } |
| 33 | |
| 34 | describe('excludedDataStoreName', () => { |
| 35 | const expectedVersions = []; |
no outgoing calls
no test coverage detected