Fix failing tests

This commit is contained in:
Girish Ramakrishnan
2017-01-19 12:51:16 -08:00
parent 7ef6bd0d3f
commit 9a41f111b0

View File

@@ -541,7 +541,8 @@ describe('database', function () {
memoryLimit: 4294967296,
altDomain: null,
xFrameOptions: 'DENY',
sso: true
sso: true,
readonlyRootfs: true
};
var APP_1 = {
id: 'appid-1',
@@ -562,7 +563,8 @@ describe('database', function () {
memoryLimit: 0,
altDomain: null,
xFrameOptions: 'SAMEORIGIN',
sso: true
sso: true,
readonlyRootfs: true
};
it('add fails due to missing arguments', function () {