fix the upgrade test code

This commit is contained in:
Johannes Zellner 2016-06-29 16:16:38 +02:00
parent 0987649b92
commit d10cd4a6e5
1 changed files with 3 additions and 1 deletions

View File

@ -187,7 +187,9 @@ describe('Selfhost EC2 Cloudron creation', function () {
cloudron.checkForUpdates();
var params = [
'--ssh-key ' + EC2_SSH_KEY,
SELFHOST_DOMAIN,
'--username ' + owner.username,
'--password ' + owner.password,
'--instance-id ' + newInstanceId
];