Skip to content

Commit caff5de

Browse files
author
Jessica Martin
committed
Update unit tests based on code refactoring
1 parent d368d74 commit caff5de

File tree

2 files changed

+125
-281
lines changed

2 files changed

+125
-281
lines changed

test/spec/configuration.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('Configuration Library', function() {
1414

1515
it('should set default values if user does not provide values', function() {
1616
configuration.setConfig({key: '123'});
17-
expect(configuration.options.host).to.equal('app.cloudplaceholder.com');
17+
expect(configuration.options.host).to.equal('api.sparkpost.com');
1818
expect(configuration.options.port).to.equal('443');
1919
expect(configuration.options.protocol).to.equal('https');
2020
expect(configuration.options.strictSSL).to.be.true;

0 commit comments

Comments
 (0)