Add mandatory addons object

This commit is contained in:
Girish Ramakrishnan
2015-07-24 06:59:34 -07:00
parent d558c06803
commit 6b62561706

View File

@@ -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);