Add config._reset to tests

This commit is contained in:
Girish Ramakrishnan
2017-11-27 15:27:54 -08:00
parent 74f3a4dd6f
commit 68d4e70823
6 changed files with 15 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ var awsHostedZones;
describe('apptask', function () {
before(function (done) {
config._reset();
config.set('version', '0.5.0');
config.setFqdn(DOMAIN_0.domain);
config.set('provider', 'caas');