Fix route/ tests

This commit is contained in:
Girish Ramakrishnan
2017-11-27 15:30:55 -08:00
parent 437312811d
commit 68c26c1d12
20 changed files with 91 additions and 130 deletions

View File

@@ -24,7 +24,7 @@ describe('Server', function () {
this.timeout(5000);
before(function () {
config.set('version', '0.5.0');
config._reset();
config.set('provider', 'notcaas'); // otherwise, cron sets a caas timer for heartbeat causing the test to not quit
});