provide default backupPrefix for tests
This commit is contained in:
@@ -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!');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user