Fix cloudron api tests
This commit is contained in:
@@ -32,7 +32,7 @@ function setup(done) {
|
||||
server.start.bind(server),
|
||||
database._clear,
|
||||
settings._setApiServerOrigin.bind(null, 'http://localhost:6060'),
|
||||
settings.setBackupConfig.bind(null, { provider: 'filesystem', backupFolder: '/tmp', format: 'tgz', retentionPolicy: {} })
|
||||
settings.setBackupConfig.bind(null, { provider: 'filesystem', backupFolder: '/tmp', format: 'tgz', retentionPolicy: { keepWithinSecs: 10000 } })
|
||||
], done);
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ function cleanup(done) {
|
||||
});
|
||||
}
|
||||
|
||||
describe('Cloudron', function () {
|
||||
describe('Cloudron API', function () {
|
||||
|
||||
describe('activate', function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user