Fix platform update logic
This commit is contained in:
@@ -218,7 +218,7 @@ describe('updatechecker - app - manual (email)', function () {
|
||||
appStoreId: 'io.cloudron.app',
|
||||
installationState: apps.ISTATE_PENDING_INSTALL,
|
||||
error: null,
|
||||
runState: null,
|
||||
runState: 'running',
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
manifest: {
|
||||
@@ -325,7 +325,7 @@ describe('updatechecker - app - automatic (no email)', function () {
|
||||
appStoreId: 'io.cloudron.app',
|
||||
installationState: apps.ISTATE_PENDING_INSTALL,
|
||||
error: null,
|
||||
runState: null,
|
||||
runState: 'running',
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
manifest: {
|
||||
@@ -388,7 +388,7 @@ describe('updatechecker - app - automatic free (email)', function () {
|
||||
appStoreId: 'io.cloudron.app',
|
||||
installationState: apps.ISTATE_PENDING_INSTALL,
|
||||
error: null,
|
||||
runState: null,
|
||||
runState: 'running',
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
manifest: {
|
||||
|
||||
Reference in New Issue
Block a user