fix the haste version
This commit is contained in:
parent
8a0ebb0b41
commit
083a99025e
@ -3,7 +3,6 @@
|
||||
/*
|
||||
* This tests an app update on the cloudron. There are
|
||||
* two versions of haste in the staging appstore
|
||||
* com.hastebin.cloudronapp@0.1.1 and com.hastebin.cloudronapp@0.3.0
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
@ -19,7 +18,7 @@ require('colors');
|
||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
||||
var BOX_VERSION = process.env.BOX_VERSION;
|
||||
|
||||
var APP_ID = 'com.hastebin.cloudronapp', APP_OLD_VERSION = '0.1.1', APP_NEW_VERSION = '0.3.0';
|
||||
var APP_ID = 'com.hastebin.cloudronapp', APP_OLD_VERSION = '0.4.0', APP_NEW_VERSION = '0.4.1';
|
||||
|
||||
describe('Application update test', function () {
|
||||
this.timeout(0);
|
||||
|
Loading…
Reference in New Issue
Block a user