typo
This commit is contained in:
parent
c560284681
commit
8a0ebb0b41
@ -60,12 +60,12 @@ describe('Application update test', function () {
|
|||||||
|
|
||||||
var location = 'test' + (Math.random() * 10000).toFixed();
|
var location = 'test' + (Math.random() * 10000).toFixed();
|
||||||
it('can install app', function () {
|
it('can install app', function () {
|
||||||
var manifest = appStore.getManifest(common.APP_ID, common.APP_OLD_VERSION);
|
var manifest = appStore.getManifest(APP_ID, APP_OLD_VERSION);
|
||||||
appId = cloudron.installApp(location, manifest);
|
appId = cloudron.installApp(location, manifest);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('update the app', function () {
|
it('update the app', function () {
|
||||||
var manifest = appStore.getManifest(common.APP_ID, common.APP_NEW_VERSION);
|
var manifest = appStore.getManifest(APP_ID, APP_NEW_VERSION);
|
||||||
cloudron.updateApp(appId, manifest);
|
cloudron.updateApp(appId, manifest);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user