We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f4486 commit 843fef4Copy full SHA for 843fef4
spec/test.spec.js
@@ -164,7 +164,7 @@ describe('S3Adapter tests', () => {
164
});
165
166
it('should accept endpoint as an override option in args', async () => {
167
- const otherEndpoint = 'https://test.com:8080/path?foo=bar';
+ const otherEndpoint = 'https://example.com:8080/path?foo=bar';
168
const confObj = {
169
bucketPrefix: 'test/',
170
bucket: 'bucket-1',
0 commit comments