From d10cd4a6e5856770d29e60af16fbf30320fabe0a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 29 Jun 2016 16:16:38 +0200 Subject: [PATCH] fix the upgrade test code --- test/selfhost-ec2-create-test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index 0e95eb7..8f94661 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -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 ];