typo
This commit is contained in:
parent
c854bf1989
commit
4edb056e88
@ -56,7 +56,7 @@ describe('Application flow test', function () {
|
||||
var location = 'test' + (Math.random() * 10000).toFixed();
|
||||
it('can install app', function () {
|
||||
var manifest = appStore.getManifest(common.TESTAPP_ID, common.TESTAPP_VERSION);
|
||||
appId = cloudron.installApp(location, manifest, { ECHO_SERVER_PORT: 5151 );
|
||||
appId = cloudron.installApp(location, manifest, { ECHO_SERVER_PORT: 5151 });
|
||||
});
|
||||
|
||||
it('can populate the addons', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user