diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index 8f94661..9dab006 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -188,6 +188,8 @@ describe('Selfhost EC2 Cloudron creation', function () { var params = [ SELFHOST_DOMAIN, + '--yes', + '--ssh-key ' + EC2_SSH_KEY, '--username ' + owner.username, '--password ' + owner.password, '--instance-id ' + newInstanceId