From dfbea1cffa9d4e3ef9c837bd2091400c06de19d5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 30 Jun 2016 12:45:15 +0200 Subject: [PATCH] Allow to skip upgrade question --- test/selfhost-ec2-create-test.js | 2 ++ 1 file changed, 2 insertions(+) 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