machine create output was changed

This commit is contained in:
Johannes Zellner 2016-07-29 17:04:57 +02:00
parent 39832abc60
commit cef2317b7d
1 changed files with 1 additions and 1 deletions

View File

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