errorMessage -> errorJson
This commit is contained in:
@@ -389,7 +389,7 @@ describe('database', function () {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'appStoreId-0',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL,
|
||||
errorMessage: null,
|
||||
error: null,
|
||||
runState: null,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
@@ -967,7 +967,7 @@ describe('database', function () {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'appStoreId-0',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL,
|
||||
errorMessage: null,
|
||||
error: null,
|
||||
runState: null,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
@@ -998,7 +998,7 @@ describe('database', function () {
|
||||
id: 'appid-1',
|
||||
appStoreId: 'appStoreId-1',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL, // app health tests rely on this initial state
|
||||
errorMessage: null,
|
||||
error: null,
|
||||
runState: null,
|
||||
location: 'some-location-1',
|
||||
domain: DOMAIN_0.domain,
|
||||
|
||||
@@ -64,7 +64,7 @@ var APP_0 = {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'appStoreId-0',
|
||||
installationState: appdb.ISTATE_INSTALLED,
|
||||
errorMessage: null,
|
||||
error: null,
|
||||
runState: appdb.RSTATE_RUNNING,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
|
||||
@@ -216,7 +216,7 @@ describe('updatechecker - app - manual (email)', function () {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'io.cloudron.app',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL,
|
||||
errorMessage: null,
|
||||
error: null,
|
||||
runState: null,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
@@ -323,7 +323,7 @@ describe('updatechecker - app - automatic (no email)', function () {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'io.cloudron.app',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL,
|
||||
errorMessage: null,
|
||||
error: null,
|
||||
runState: null,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
@@ -386,7 +386,7 @@ describe('updatechecker - app - automatic free (email)', function () {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'io.cloudron.app',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL,
|
||||
errorMessage: null,
|
||||
error: null,
|
||||
runState: null,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
|
||||
Reference in New Issue
Block a user