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 ];