From cef2317b7d0370590bb2239d992816ca6115eeab Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 29 Jul 2016 17:04:57 +0200 Subject: [PATCH] machine create output was changed --- test/selfhost-ec2-create-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index 2530700..554648f 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -75,7 +75,7 @@ describe('Selfhost EC2 Cloudron creation', function () { var out = machine('create ec2 ' + params.join(' ')); - if (out.stdout.indexOf('You can now use your Cloudron at') === -1) { + if (out.stdout.indexOf('You can now setup your Cloudron at') === -1) { console.error(out.stdout, out.stderr); assert(false, 'Creation failed'); }