Change http to https

This commit is contained in:
it33
2016-03-13 08:54:03 -07:00
parent 6e445ba40f
commit a32066d39a

View File

@@ -8,7 +8,7 @@ describe('settings.js', function() {
it('should upgrade v0 config file', function() {
const v0_config = {
url: 'http://example.com/team'
url: 'https://example.com/team'
};
config = settings.upgrade(v0_config);
config.teams.length.should.equal(1);