apps: add icon and appStoreIcon to database
This commit is contained in:
@@ -424,7 +424,9 @@ describe('database', function () {
|
||||
taskId: null,
|
||||
mounts: [],
|
||||
proxyAuth: false,
|
||||
servicesConfig: {}
|
||||
servicesConfig: {},
|
||||
hasIcon: false,
|
||||
hasAppStoreIcon: false
|
||||
};
|
||||
|
||||
it('cannot delete referenced domain', function (done) {
|
||||
@@ -903,7 +905,9 @@ describe('database', function () {
|
||||
taskId: null,
|
||||
mounts: [],
|
||||
proxyAuth: false,
|
||||
servicesConfig: {}
|
||||
servicesConfig: {},
|
||||
hasIcon: false,
|
||||
hasAppStoreIcon: false
|
||||
};
|
||||
|
||||
var APP_1 = {
|
||||
@@ -939,7 +943,9 @@ describe('database', function () {
|
||||
taskId: null,
|
||||
mounts: [],
|
||||
proxyAuth: false,
|
||||
servicesConfig: {}
|
||||
servicesConfig: {},
|
||||
hasIcon: false,
|
||||
hasAppStoreIcon: false
|
||||
};
|
||||
|
||||
before(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user