provide default backupPrefix for tests

This commit is contained in:
Girish Ramakrishnan
2015-09-08 21:16:50 -07:00
parent 67d06c5efa
commit 659268c04a

View File

@@ -98,6 +98,7 @@ function initConfig() {
};
data.token = 'APPSTORE_TOKEN';
data.aws.backupBucket = 'testbucket';
data.aws.backupPrefix = 'testprefix';
} else {
assert(false, 'Unknown environment. This should not happen!');
}