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'); }