Skip to content

Commit 843fef4

Browse files
authored
Update spec/test.spec.js
1 parent 81f4486 commit 843fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/test.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ describe('S3Adapter tests', () => {
164164
});
165165

166166
it('should accept endpoint as an override option in args', async () => {
167-
const otherEndpoint = 'https://test.com:8080/path?foo=bar';
167+
const otherEndpoint = 'https://example.com:8080/path?foo=bar';
168168
const confObj = {
169169
bucketPrefix: 'test/',
170170
bucket: 'bucket-1',

0 commit comments

Comments
 (0)