machine create output was changed
This commit is contained in:
parent
39832abc60
commit
cef2317b7d
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user