Skip to content

Commit 1910b59

Browse files
authored
Update spec/test.spec.js
1 parent 843fef4 commit 1910b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/test.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe('S3Adapter tests', () => {
178178
expect(endpointFromConfig.protocol).toEqual('https:');
179179
expect(endpointFromConfig.path).toEqual('/path');
180180
expect(endpointFromConfig.port).toEqual(8080);
181-
expect(endpointFromConfig.hostname).toEqual('test.com');
181+
expect(endpointFromConfig.hostname).toEqual('example.com');
182182
expect(endpointFromConfig.query.foo).toEqual('bar');
183183
});
184184

0 commit comments

Comments
 (0)