Fix the digitalocean tests

This commit is contained in:
Johannes Zellner 2016-09-09 16:38:59 +02:00
parent c3250eb37d
commit 20e2dcf2c4
1 changed files with 2 additions and 3 deletions

View File

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