diff --git a/src/routes/test/backups-test.js b/src/routes/test/backups-test.js index 3dceb9aeb..efd9ee2c2 100644 --- a/src/routes/test/backups-test.js +++ b/src/routes/test/backups-test.js @@ -50,7 +50,7 @@ function setup(done) { }, function addApp(callback) { - var manifest = { version: '0.0.1', manifestVersion: 1, dockerImage: 'foo', healthCheckPath: '/', httpPort: 3, title: 'ok' }; + var manifest = { version: '0.0.1', manifestVersion: 1, dockerImage: 'foo', healthCheckPath: '/', httpPort: 3, title: 'ok', addons: { } }; appdb.add('appid', 'appStoreId', manifest, 'location', [ ] /* portBindings */, '' /* accessRestriction */, callback); } ], done);