Fix the digitalocean tests
This commit is contained in:
parent
c3250eb37d
commit
20e2dcf2c4
@ -241,9 +241,8 @@ describe('Selfhost EC2 Cloudron creation', function () {
|
||||
it('can migrate cloudron', function () {
|
||||
var params = [
|
||||
'--fqdn ' + SELFHOST_DOMAIN,
|
||||
'--ssh-key ' + SSH_KEY,
|
||||
'--access-key-id ' + AWS_ACCESS_KEY,
|
||||
'--secret-access-key ' + AWS_ACCESS_SECRET,
|
||||
'--token ' + DO_TOKEN,
|
||||
'--ssh-key ' + SSH_KEY
|
||||
];
|
||||
|
||||
var out = machine('migrate digitalocean ' + params.join(' '));
|
||||
|
Loading…
Reference in New Issue
Block a user