More caas removal

This commit is contained in:
Girish Ramakrishnan
2019-05-08 17:30:41 -07:00
parent 1cc54f9a71
commit 9e74b666fb
11 changed files with 17 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ describe('Server', function () {
before(function () {
config._reset();
config.setFqdn(DOMAIN);
config.set('provider', 'notcaas'); // otherwise, cron sets a caas timer for heartbeat causing the test to not quit
config.set('provider', 'digitalocean');
});
after(cleanup);