apps: add icon and appStoreIcon to database

This commit is contained in:
Girish Ramakrishnan
2021-04-30 13:18:15 -07:00
parent 64414eb932
commit 0062e6d9fe
7 changed files with 99 additions and 81 deletions

View File

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