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